org.jboss.seam.social.oauth
Annotation Type OAuthApplication


@Retention(value=RUNTIME)
@GenericType(value=OAuthService.class)
public @interface OAuthApplication

Author:
Antoine Sabot-Durand

Required Element Summary
 String apiKey
           
 String apiSecret
           
 
Optional Element Summary
 String callback
           
 String scope
           
 

Element Detail

apiKey

public abstract String apiKey

apiSecret

public abstract String apiSecret

callback

public abstract String callback
Default:
"oob"

scope

public abstract String scope
Default:
""


Copyright © 2011-2012 Seam Framework. All Rights Reserved.