toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.models
/
TokenValidityResponse
Token
Validity
Response
@
Serializable
data
class
TokenValidityResponse
(
val
isValid
:
Boolean
,
val
exception
:
Exception
?
=
null
)
(
source
)
Members
Constructors
Token
Validity
Response
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
exception
:
Exception
?
=
null
)
Properties
exception
Link copied to clipboard
@
Transient
val
exception
:
Exception
?
=
null
is
Valid
Link copied to clipboard
val
isValid
:
Boolean