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.features.account
/
SessionWithService
Session
With
Service
class
SessionWithService
(
username
:
String
,
uuid
:
UUID
,
accessToken
:
String
,
xuid
:
Optional
<
String
>
,
clientId
:
Optional
<
String
>
,
val
service
:
AccountService
)
:
User
Members
Members & Extensions
Constructors
Session
With
Service
Link copied to clipboard
constructor
(
username
:
String
,
uuid
:
UUID
,
accessToken
:
String
,
xuid
:
Optional
<
String
>
,
clientId
:
Optional
<
String
>
,
service
:
AccountService
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
open
val
accessToken
:
String
account
Type
Link copied to clipboard
val
User
.
accountType
:
String
client
Id
Link copied to clipboard
open
val
clientId
:
Optional
<
String
>
name
Link copied to clipboard
open
val
name
:
String
profile
Id
Link copied to clipboard
open
val
profileId
:
UUID
service
Link copied to clipboard
val
service
:
AccountService
session
Id
Link copied to clipboard
open
val
sessionId
:
String
xuid
Link copied to clipboard
open
val
xuid
:
Optional
<
String
>
Functions
could
Be
Online
Link copied to clipboard
fun
User
.
couldBeOnline
(
)
:
Boolean
Checks if the session is online by checking the account type and if we have a valid access token.