Skip to main content

ConfigBandcamp Object

Description

Bandcamp integration configuration.

Declaration

type ConfigBandcamp {
clientSecret: String
clientId: String
accessToken: String
refreshToken: String
bands: [ConfigBandcampBand!]!
}

Fields

NameTypeDescription
clientSecretStringBandcamp client secret.
clientIdStringBandcamp client identifier.
accessTokenStringBandcamp OAuth access token.
refreshTokenStringBandcamp OAuth refresh token.
bands[ConfigBandcampBand!]!List of configured bands.