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
/
ExpiryValue
Expiry
Value
data
class
ExpiryValue
<
T
>
(
val
value
:
T
,
val
expiresAt
:
Long
)
Represents a value that expires at a certain time defined by
expiresAt
.
Members
Constructors
Expiry
Value
Link copied to clipboard
constructor
(
value
:
T
,
expiresAt
:
Long
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
Long
value
Link copied to clipboard
val
value
:
T
Functions
is
Expired
Link copied to clipboard
fun
isExpired
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String