Annotation Interface OAuthCallbackValue
@MinMuleVersion("4.1")
@Target(FIELD)
@Retention(RUNTIME)
@Documented
public @interface OAuthCallbackValue
This annotation is used to annotate fields on a
ConnectionProvider which supports OAuth.
The annotation is used to provide and expression which is evaluated against the response of the access token url. The result of evaluating such expression will be injected into the annotated field.
- Since:
- 1.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionExpression to extract the parameter from the oauth response
-
Element Details
-
expression
String expressionExpression to extract the parameter from the oauth response
-