cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api
/
Auth
Auth
@
Serializable
data
class
Auth
(
val
accessToken
:
String
,
val
tokenType
:
Auth.TokenType
,
val
expiresIn
:
Int
,
val
scope
:
String
,
val
jti
:
String
)
(
source
)
Members
Constructors
Auth
Link copied to clipboard
constructor
(
accessToken
:
String
,
tokenType
:
Auth.TokenType
,
expiresIn
:
Int
,
scope
:
String
,
jti
:
String
)
Types
Token
Type
Link copied to clipboard
@
Serializable
enum
TokenType
:
Enum
<
Auth.TokenType
>
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
expires
In
Link copied to clipboard
@
SerialName
(
value
=
"expires_in"
)
val
expiresIn
:
Int
jti
Link copied to clipboard
val
jti
:
String
scope
Link copied to clipboard
val
scope
:
String
token
Type
Link copied to clipboard
@
SerialName
(
value
=
"token_type"
)
val
tokenType
:
Auth.TokenType