Class KeySecretAuthInfo
java.lang.Object
com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
- All Implemented Interfaces:
com.amilesend.client.connection.auth.AuthInfo, DiscogsAuthInfo
Defines a consumer/personal access token authorization type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface DiscogsAuthInfo
DiscogsAuthInfo.Type
-
Field Summary
Fields inherited from interface DiscogsAuthInfo
DEFINED
-
Constructor Summary
ConstructorsConstructorDescriptionKeySecretAuthInfo
(String key, String secret) Creates a newConsumerAuthInfo
object. -
Method Summary
Methods inherited from interface DiscogsAuthInfo
toJson
-
Constructor Details
-
KeySecretAuthInfo
-
-
Method Details
-
toString
-
getType
Consumer key/secret type.- Specified by:
getType
in interfaceDiscogsAuthInfo
- Returns:
- the type
- See Also:
-
getKey
The key. -
getSecret
The secret. -
equals
-
hashCode
-