ConfigDiscogsOauthData Object
Description
Discogs OAuth data configuration.
Declaration
type ConfigDiscogsOauthData {
method: String
level: Int
consumerKey: String
consumerSecret: String
token: String
tokenSecret: String
authorizeUrl: String
}
Fields
| Name | Type | Description |
|---|---|---|
method | String | OAuth method. |
level | Int | OAuth access level. |
consumerKey | String | OAuth consumer key. |
consumerSecret | String | OAuth consumer secret. |
token | String | OAuth token. |
tokenSecret | String | OAuth token secret. |
authorizeUrl | String | OAuth authorization URL. |