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

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

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

Constant values applicable to the Google Storage service.


Nested Class Summary
static class OAuthConstants.GSOAuth2_10.Endpoints
           
static class OAuthConstants.GSOAuth2_10.GrantTypes
           
static class OAuthConstants.GSOAuth2_10.ResponseTypes
           
static class OAuthConstants.GSOAuth2_10.Scopes
           
 
Field Summary
static java.lang.String NATIVE_APPLICATION_REDIRECT_URI
          Redirect URI for native (i.e.
 
Constructor Summary
OAuthConstants.GSOAuth2_10()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NATIVE_APPLICATION_REDIRECT_URI

public static final java.lang.String NATIVE_APPLICATION_REDIRECT_URI
Redirect URI for native (i.e. non-web based) applications.

See Also:
Constant Field Values
Constructor Detail

OAuthConstants.GSOAuth2_10

public OAuthConstants.GSOAuth2_10()