Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.security
/
TransferTokenIssuer
Transfer
Token
Issuer
class
TransferTokenIssuer
(
secret
:
ByteArray
,
tokenTtlMillis
:
Long
=
DEFAULT_TRANSFER_TOKEN_TTL_MILLIS
,
clock
:
Clock
=
SystemClock
)
Members
Constructors
Transfer
Token
Issuer
Link copied to clipboard
constructor
(
secret
:
ByteArray
,
tokenTtlMillis
:
Long
=
DEFAULT_TRANSFER_TOKEN_TTL_MILLIS
,
clock
:
Clock
=
SystemClock
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
issue
Link copied to clipboard
fun
issue
(
playerId
:
String
,
targetServerId
:
String
)
:
String
issue
Referral
Data
Link copied to clipboard
fun
issueReferralData
(
playerId
:
String
,
targetServerId
:
String
)
:
ByteArray