| org.mule.api.annotations.oauth.OAuthAccessTokenSecret |
Parameters annotated with @OAuthAccessTokenSecret need to be inside a class annotated with OAuth.
The parameter must be of type String. When the method that contains this annotated parameter is invoked, a OAuth
access token secret will be passed in case the Resource Owner already authorized the Consumer, otherwise the method
will not be invoked and the Resource Owner will be redirected to the OAuth#authorizationUrl().
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||