toggle menu
igdbclient-core
0.6
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.internal.model
/
TwitchToken
Twitch
Token
class
TwitchToken
(
val
accessToken
:
String
=
""
,
val
expiresIn
:
Long
=
0
,
val
tokenType
:
String
=
""
,
val
receiveTimestamp
:
Instant
?
=
null
)
Members
Constructors
Twitch
Token
Link copied to clipboard
constructor
(
accessToken
:
String
=
""
,
expiresIn
:
Long
=
0
,
tokenType
:
String
=
""
,
receiveTimestamp
:
Instant
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
In
Link copied to clipboard
val
expiresIn
:
Long
=
0
receive
Timestamp
Link copied to clipboard
val
receiveTimestamp
:
Instant
?
=
null
token
Type
Link copied to clipboard
val
tokenType
:
String
Functions
copy
Link copied to clipboard
fun
copy
(
accessToken
:
String
=
this.accessToken
,
expiresIn
:
Long
=
this.expiresIn
,
tokenType
:
String
=
this.tokenType
,
receiveTimestamp
:
Instant
?
=
this.receiveTimestamp
)
:
TwitchToken
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int