@Beta public final class OAuthCredentialsResponse extends Object
Beta
Modifier and Type | Field | Description |
---|---|---|
Boolean |
callbackConfirmed |
"true" for temporary credentials request or null for a token credentials
request. |
String |
token |
Credentials token.
|
String |
tokenSecret |
Credentials shared-secret for use with
"HMAC-SHA1" signature algorithm. |
Constructor | Description |
---|---|
OAuthCredentialsResponse() |
public String token
public String tokenSecret
"HMAC-SHA1"
signature algorithm. Used for
OAuthHmacSigner.tokenSharedSecret
.public Boolean callbackConfirmed
"true"
for temporary credentials request or null
for a token credentials
request. The parameter is used to differentiate from previous versions of the protocol.Copyright © 2011–2019 Google. All rights reserved.