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


@Target(value=TYPE)
@Retention(value=SOURCE)
@Documented
public @interface OAuthAuthorizationParameter

Authorization parameter that needs to be appended to the authorize URL.


Required Element Summary
 String description
           
 String name
           
 Class<?> type
           
 
Optional Element Summary
 String defaultValue
           
 boolean optional
           
 

Element Detail

name

public abstract String name

description

public abstract String description

type

public abstract Class<?> type

optional

public abstract boolean optional
Default:
false

defaultValue

public abstract String defaultValue
Default:
""


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