shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.authorization
Package-level
declarations
Types
Types
Token
Response
Link copied to clipboard
@
Serializable
data
class
TokenResponse
(
val
accessToken
:
String
,
val
tokenType
:
String
,
val
expiresIn
:
Int
,
val
refreshToken
:
String
?
=
null
,
val
scope
:
String
?
=
null
)