Class AccessTokenResponse
java.lang.Object
com.amilesend.discogs.connection.auth.oauth.AccessTokenResponse
Describes the response during the OAuth flow when requesting the access token that is used during the handshake
to request permission from the user that explicitly granted the application access.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The access token.The access token secret.int
hashCode()
static AccessTokenResponse
parseBodyResponse
(String response) Parses a service response message body to extract and build anAccessTokenResponse
.
-
Method Details
-
parseBodyResponse
Parses a service response message body to extract and build anAccessTokenResponse
.- Parameters:
response
- the response body contents- Returns:
- the access token response
-
toOAuthInfo
-
builder
-
equals
-
hashCode
-
getAccessToken
The access token. -
getAccessTokenSecret
The access token secret.
-