scopes property

List<String>? scopes
getter/setter pair

The specific permissions being requested from Spotify.

Use AuthorizationScope or see https://developer.spotify.com/documentation/web-api/concepts/scopes for a full list of available scopes.

Implementation

List<String>? scopes;