Class KeySecretAuthInfo

java.lang.Object
com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
All Implemented Interfaces:
com.amilesend.client.connection.auth.AuthInfo, DiscogsAuthInfo

public class KeySecretAuthInfo extends Object implements DiscogsAuthInfo
Defines a consumer/personal access token authorization type.
See Also:
  • Constructor Details

    • KeySecretAuthInfo

      public KeySecretAuthInfo(String key, String secret)
      Creates a new ConsumerAuthInfo object.
      Parameters:
      key - the consumer key
      secret - the associated consumer secret
  • Method Details