LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.models.auth
/
OAuthSession
OAuth
Session
data
class
OAuthSession
(
var
accessToken
:
ExpiryValue
<
String
>
,
val
refreshToken
:
String
)
Contains the access token and the refresh token.
Members
Constructors
OAuth
Session
Link copied to clipboard
constructor
(
accessToken
:
ExpiryValue
<
String
>
,
refreshToken
:
String
)
Properties
access
Token
Link copied to clipboard
var
accessToken
:
ExpiryValue
<
String
>
refresh
Token
Link copied to clipboard
val
refreshToken
:
String