org.mule.api.annotations.oauth
Annotation Type OAuthCallbackParameter


@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

expression

public abstract String expression

mule expression to extract the parameter from the oauth response



Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.