AuthorizationType

enum AuthorizationType : Enum<AuthorizationType>

The type of Spotify authorization used to build an Api instance

Entries

APPLICATION
Link copied to clipboard
common
Authorization through application client id and secret, allowing access only to public endpoints and dataSpotify application settings page
CLIENT
Link copied to clipboard
common
Authorization through explicit affirmative action taken by a client (user) allowing the application to access a/multiple SpotifyScopeSpotify application settings page

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

common source
Link copied to clipboard