Annotation Interface OAuthCallbackValue


@Target(FIELD) @Retention(RUNTIME) @Documented @MinMuleVersion("4.5.0") 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 Elements
    Modifier and Type
    Required Element
    Description
    Expression to extract the parameter from the oauth response
  • Element Details

    • expression

      String expression
      Expression to extract the parameter from the oauth response