AuthorizationType

enum AuthorizationType : Enum<AuthorizationType>

The type of Spotify authorization used to build an Api instance

Entries

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
APPLICATION
Link copied to clipboard
common
Authorization through application client id and secret, allowing access only to public endpoints and dataSpotify application settings page

Functions

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

Properties

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

Sources

(source)
Link copied to clipboard