public abstract @interface

OAuthAccessToken

implements Annotation
org.mule.api.annotations.oauth.OAuthAccessToken

Class Overview

Parameters annotated with @OAuthAccessToken need to be inside a class annotated with OAuth or OAuth2. The parameter must be of type String. When the method that contains this annotated parameter is invoked, a OAuth access token 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() or OAuth2#authorizationUrl() depending on the class level annotation used.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation