walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
JwtClaims
Jwt
Claims
data
class
JwtClaims
(
val
iss
:
String
,
val
iat
:
Long
,
val
exp
:
Long
,
val
aud
:
String
,
val
nonce
:
String
,
val
types
:
String
,
val
format
:
String
)
Members
Constructors
Jwt
Claims
Link copied to clipboard
constructor
(
iss
:
String
,
iat
:
Long
,
exp
:
Long
,
aud
:
String
,
nonce
:
String
,
types
:
String
,
format
:
String
)
Properties
aud
Link copied to clipboard
val
aud
:
String
exp
Link copied to clipboard
val
exp
:
Long
format
Link copied to clipboard
val
format
:
String
iat
Link copied to clipboard
val
iat
:
Long
iss
Link copied to clipboard
val
iss
:
String
nonce
Link copied to clipboard
val
nonce
:
String
types
Link copied to clipboard
val
types
:
String