Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation.launcher.sdk
/
ConnectionTokenResponse
Connection
Token
Response
data
class
ConnectionTokenResponse
(
val
token
:
String
,
val
expiresInSeconds
:
Long
)
Members
Constructors
Connection
Token
Response
Link copied to clipboard
constructor
(
token
:
String
,
expiresInSeconds
:
Long
)
Properties
expires
In
Seconds
Link copied to clipboard
val
expiresInSeconds
:
Long
token
Link copied to clipboard
val
token
:
String