twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
auth
/
io.github.captnblubber.twitchkt.auth
/
ValidationResponse
Validation
Response
@
Serializable
data
class
ValidationResponse
(
val
clientId
:
String
,
val
login
:
String
,
val
userId
:
String
,
val
scopes
:
List
<
String
>
,
val
expiresIn
:
Int
)
Members
Constructors
Validation
Response
Link copied to clipboard
constructor
(
clientId
:
String
,
login
:
String
,
userId
:
String
,
scopes
:
List
<
String
>
,
expiresIn
:
Int
)
Properties
client
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_id"
)
val
clientId
:
String
expires
In
Link copied to clipboard
@
SerialName
(
value
=
"expires_in"
)
val
expiresIn
:
Int
login
Link copied to clipboard
val
login
:
String
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String