kotlin-jwt
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kotlin-jwt
kjwt-core
/
co.touchlab.kjwt.ext
/
expiration
expiration
val
JwtPayload
.
expiration
:
Instant
(
source
)
Returns the
exp
(expiration time) claim value as an
Instant
.
See also
expiration
Or
Null
Throws
Missing
Claim
Exception
if the
exp
claim is absent.