SpotifyToken class
Spotify token object.
Constructors
- SpotifyToken({required String clientId, required String accessToken, required String refreshToken, required int expiry})
Properties
- accessToken → String
-
Access token data.
final
- clientId → String
-
Currently used client id.
final
- expiry → int
-
Token expiry time in unix seconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshToken → String
-
Refresh token data.
final
- 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