@Deprecated public interface OAuthProviderToken extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl()
Deprecated.
The callback URL associated with this token.
|
String |
getConsumerKey()
Deprecated.
The consumer key associated with this oauth token.
|
String |
getSecret()
Deprecated.
The token secret.
|
String |
getValue()
Deprecated.
The value of the token.
|
String |
getVerifier()
Deprecated.
The verifier string for this token.
|
boolean |
isAccessToken()
Deprecated.
Whether this is an OAuth access token.
|
String getValue()
String getCallbackUrl()
String getVerifier()
String getSecret()
String getConsumerKey()
boolean isAccessToken()
Copyright © 2020. All rights reserved.