Package com.google.api.client.auth.oauth
Class OAuthCredentialsResponse
java.lang.Object
com.google.api.client.auth.oauth.OAuthCredentialsResponse
Beta
Data to parse a success response to a request for temporary or token credentials.
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescription"true"
for temporary credentials request ornull
for a token credentials request.Credentials token.Credentials shared-secret for use with"HMAC-SHA1"
signature algorithm. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
token
Credentials token. -
tokenSecret
Credentials shared-secret for use with"HMAC-SHA1"
signature algorithm. Used forOAuthHmacSigner.tokenSharedSecret
. -
callbackConfirmed
"true"
for temporary credentials request ornull
for a token credentials request. The parameter is used to differentiate from previous versions of the protocol.
-
-
Constructor Details
-
OAuthCredentialsResponse
public OAuthCredentialsResponse()
-