toggle menu
Core
0.6.1
common
switch theme
search in API
Core
/
io.telereso.kmp.core.models
/
JwtPayload
Jwt
Payload
@
Serializable
data
class
JwtPayload
(
val
iss
:
String
?
=
null
,
val
exp
:
Long
?
=
null
,
val
iat
:
Long
?
=
null
,
val
sub
:
String
?
=
null
)
Members
Constructors
Jwt
Payload
Link copied to clipboard
constructor
(
iss
:
String
?
=
null
,
exp
:
Long
?
=
null
,
iat
:
Long
?
=
null
,
sub
:
String
?
=
null
)
Properties
exp
Link copied to clipboard
val
exp
:
Long
?
=
null
iat
Link copied to clipboard
val
iat
:
Long
?
=
null
iss
Link copied to clipboard
val
iss
:
String
?
=
null
sub
Link copied to clipboard
val
sub
:
String
?
=
null