|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationResponse.KnownError | |
|---|---|
| com.google.api.client.auth.oauth2.draft10 | OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). |
| Uses of AuthorizationResponse.KnownError in com.google.api.client.auth.oauth2.draft10 |
|---|
| Methods in com.google.api.client.auth.oauth2.draft10 that return AuthorizationResponse.KnownError | |
|---|---|
AuthorizationResponse.KnownError |
AuthorizationResponse.getErrorCodeIfKnown()
Returns a known error code if AuthorizationResponse.error is one of the error codes listed in the OAuth 2
specification or null if the AuthorizationResponse.error is null or not known. |
static AuthorizationResponse.KnownError |
AuthorizationResponse.KnownError.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AuthorizationResponse.KnownError[] |
AuthorizationResponse.KnownError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||