toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.auth
/
Token
Token
open
class
Token
Members
Constructors
Token
Link copied to clipboard
constructor
(
id
:
String
,
token
:
String
,
issuedAt
:
Long
,
expiresAt
:
Long
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
Long
id
Link copied to clipboard
val
id
:
String
issued
At
Link copied to clipboard
val
issuedAt
:
Long
token
Link copied to clipboard
val
token
:
String