|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=SOURCE) @Documented public @interface OAuthCallbackParameter
Certain services send parameters back in a callback URL. With this annotation we identify the module attribute that represent each parameter on the service oauth response
| Required Element Summary | |
|---|---|
String |
expression
mule expression to extract the parameter from the oauth response |
| Element Detail |
|---|
public abstract String expression
mule expression to extract the parameter from the oauth response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||