@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface OAuthCallbackValue
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.
| Modifier and Type | Required Element and Description |
|---|---|
String |
expression
Expression to extract the parameter from the oauth response
|
public abstract String expression
Copyright © 2017 MuleSoft, Inc.. All rights reserved.