SpotifyCredentials

class SpotifyCredentials

A holder for application-specific credentials

Constructors

SpotifyCredentials
Link copied to clipboard
common
fun SpotifyCredentials()

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

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

(source)
Link copied to clipboard