kfx
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kfx
oauth2-runtime
/
io.github.hfhbd.kfx.oauth2
Package-level
declarations
Types
Types
OAuth2Token
Link copied to clipboard
@
Serializable
data
class
OAuth2Token
(
val
accessToken
:
String
,
val
tokenType
:
String
,
val
expiresIn
:
Long
?
=
null
,
val
refreshToken
:
String
?
=
null
,
val
scope
:
String
?
=
null
,
val
expired
:
Boolean
=
false
)