org.jets3t.service.utils.oauth
Class OAuthConstants.GSOAuth2_10.ResponseTypes

java.lang.Object
  extended by org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.ResponseTypes
Enclosing class:
OAuthConstants.GSOAuth2_10

public static class OAuthConstants.GSOAuth2_10.ResponseTypes
extends java.lang.Object


Field Summary
static java.lang.String Code
           
static java.lang.String Token
           
 
Constructor Summary
OAuthConstants.GSOAuth2_10.ResponseTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Code

public static final java.lang.String Code
See Also:
Constant Field Values

Token

public static final java.lang.String Token
See Also:
Constant Field Values
Constructor Detail

OAuthConstants.GSOAuth2_10.ResponseTypes

public OAuthConstants.GSOAuth2_10.ResponseTypes()