lib
common
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
val
accessToken
:
String
?
=
null
expires
In
Link copied to clipboard
val
expiresIn
:
Int
?
=
null
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
=
null
token
Type
Link copied to clipboard
val
tokenType
:
String
?
=
null