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
/
TokenResponse
Token
Response
@
Serializable
data
class
TokenResponse
(
val
accessToken
:
String
,
val
tokenType
:
String
,
val
expiresIn
:
Int
,
val
refreshToken
:
String
?
=
null
,
val
scope
:
String
?
=
null
)
Members
Constructors
Token
Response
Link copied to clipboard
constructor
(
accessToken
:
String
,
tokenType
:
String
,
expiresIn
:
Int
,
refreshToken
:
String
?
=
null
,
scope
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
expires
In
Link copied to clipboard
@
SerialName
(
value
=
"expires_in"
)
val
expiresIn
:
Int
refresh
Token
Link copied to clipboard
@
SerialName
(
value
=
"refresh_token"
)
val
refreshToken
:
String
?
=
null
scope
Link copied to clipboard
val
scope
:
String
?
=
null
token
Type
Link copied to clipboard
@
SerialName
(
value
=
"token_type"
)
val
tokenType
:
String