Uses of Class
com.google.api.client.auth.oauth2.TokenErrorResponse
-
Packages that use TokenErrorResponse Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework. -
-
Uses of TokenErrorResponse in com.google.api.client.auth.oauth2
Fields in com.google.api.client.auth.oauth2 declared as TokenErrorResponse Modifier and Type Field Description private TokenErrorResponseTokenResponseException. detailsToken error response details ornullif unable to parse.Methods in com.google.api.client.auth.oauth2 that return TokenErrorResponse Modifier and Type Method Description TokenErrorResponseTokenErrorResponse. clone()TokenErrorResponseTokenResponseException. getDetails()Returns the token error response details ornullif unable to parse.TokenErrorResponseTokenErrorResponse. set(java.lang.String fieldName, java.lang.Object value)TokenErrorResponseTokenErrorResponse. setError(java.lang.String error)Sets the error code ("invalid_request","invalid_client","invalid_grant","unauthorized_client","unsupported_grant_type","invalid_scope", or an extension error code as specified in Defining Additional Error Codes).TokenErrorResponseTokenErrorResponse. setErrorDescription(java.lang.String errorDescription)Sets the human-readable text providing additional information, used to assist the client developer in understanding the error that occurred ornullfor none.TokenErrorResponseTokenErrorResponse. setErrorUri(java.lang.String errorUri)Sets the URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error ornullfor none.Methods in com.google.api.client.auth.oauth2 with parameters of type TokenErrorResponse Modifier and Type Method Description voidCredentialRefreshListener. onTokenErrorResponse(Credential credential, TokenErrorResponse tokenErrorResponse)Notifies of an error token response fromCredential.refreshToken().voidCredentialStoreRefreshListener. onTokenErrorResponse(Credential credential, TokenErrorResponse tokenErrorResponse)Deprecated.voidDataStoreCredentialRefreshListener. onTokenErrorResponse(Credential credential, TokenErrorResponse tokenErrorResponse)Constructors in com.google.api.client.auth.oauth2 with parameters of type TokenErrorResponse Constructor Description TokenResponseException(com.google.api.client.http.HttpResponseException.Builder builder, TokenErrorResponse details)
-