AuthorizationScope class

Class holding all available authorization scopes. See Spotify scopes documentation

Constructors

AuthorizationScope()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

all List
final
connect ConnectAuthorizationScope
Scope regarding Spotify Connect
getter/setter pair
follow FollowAuthorizationScope
Scope regarding following artists or users
getter/setter pair
images ImagesAuthorizationScope
Scope regarding images (e.g. playlist images)
getter/setter pair
library LibraryAuthorizationScope
Scope regarding the user's library
getter/setter pair
listen ListeningHistoryAuthorizationScope
Scope regarding the user's listening history
getter/setter pair
playlist PlaylistAuthorizationScope
Scope regarding playback
getter/setter pair

Constants

user → const UserAuthorizationScope
Scope regarding users