|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=SOURCE) @Documented public @interface OAuthConsumerSecret
A class annotated with OAuth or OAuth2 needs to have exactly one field annotated with @OAuthConsumerKeySecret
and this field must be of type String. It is a responsability of the developer to make sure this field contains the OAuth
Consumer Secret as provided by the Service Provider and described in the OAuth specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||