Modifier and Type | Field and 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 and 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–2022 Google. All rights reserved.