blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.encoding
/
JwtUtils
/
JwtPayload
/
JwtPayload
Jwt
Payload
common
constructor
(
userId
:
String
?
=
null
,
username
:
String
?
=
null
,
sid
:
String
?
=
null
,
credentialId
:
String
?
=
null
,
iss
:
String
?
=
null
,
sub
:
String
?
=
null
,
exp
:
Long
?
=
null
,
nbf
:
Long
?
=
null
,
iat
:
Long
?
=
null
,
jti
:
String
?
=
null
)