SpotifyCredentials

class SpotifyCredentials

A holder for application-specific credentials

Constructors

SpotifyCredentials
Link copied to clipboard
common
fun SpotifyCredentials()

Properties

clientId
Link copied to clipboard
common
var clientId: String? = null
the client id of your Spotify application
clientSecret
Link copied to clipboard
common
var clientSecret: String? = null
the client secret of your Spotify application
redirectUri
Link copied to clipboard
common
var redirectUri: String? = null
nullable redirect uri (use if you're doing client authentication

Sources

common source
Link copied to clipboard