toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktAccessToken
Trakt
Access
Token
data
class
TraktAccessToken
(
val
accessToken
:
String
?
=
null
,
val
tokenType
:
String
?
=
null
,
val
expiresIn
:
Int
?
=
null
,
val
refreshToken
:
String
?
=
null
)
Members
Constructors
Trakt
Access
Token
Link copied to clipboard
constructor
(
accessToken
:
String
?
=
null
,
tokenType
:
String
?
=
null
,
expiresIn
:
Int
?
=
null
,
refreshToken
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
?
=
null
expires
In
Link copied to clipboard
@
SerialName
(
value
=
"expires_in"
)
val
expiresIn
:
Int
?
=
null
refresh
Token
Link copied to clipboard
@
SerialName
(
value
=
"refresh_token"
)
val
refreshToken
:
String
?
=
null
token
Type
Link copied to clipboard
@
SerialName
(
value
=
"token_type"
)
val
tokenType
:
String
?
=
null