Uses of Class
com.google.api.client.auth.oauth2.AuthorizationRequestUrl.ResponseType

Packages that use AuthorizationRequestUrl.ResponseType
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
 

Uses of AuthorizationRequestUrl.ResponseType in com.google.api.client.auth.oauth2
 

Methods in com.google.api.client.auth.oauth2 that return AuthorizationRequestUrl.ResponseType
static AuthorizationRequestUrl.ResponseType AuthorizationRequestUrl.ResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthorizationRequestUrl.ResponseType[] AuthorizationRequestUrl.ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011 Google. All Rights Reserved.