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
/
issuedAt
issued
At
val
JwtPayload
.
issuedAt
:
Instant
(
source
)
Returns the
iat
(issued at) claim value as an
Instant
.
See also
issued
At
Or
Null
Throws
Missing
Claim
Exception
if the
iat
claim is absent.