Class OAuthInfo
java.lang.Object
com.amilesend.discogs.connection.auth.info.OAuthInfo
- All Implemented Interfaces:
com.amilesend.client.connection.auth.AuthInfo, DiscogsAuthInfo
Defines the authorization information that contains the OAuth token information.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface DiscogsAuthInfo
DiscogsAuthInfo.Type
-
Field Summary
Fields inherited from interface DiscogsAuthInfo
DEFINED
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface DiscogsAuthInfo
toJson
-
Constructor Details
-
OAuthInfo
-
-
Method Details
-
getType
Description copied from interface:DiscogsAuthInfo
Gets theAuthInfo
type.- Specified by:
getType
in interfaceDiscogsAuthInfo
- Returns:
- the type
- See Also:
-
toString
-
equals
-
hashCode
-
getToken
The OAuth access token. -
getSecret
The associated token secret.
-