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
/
notBeforeOrNull
not
Before
Or
Null
val
JwtPayload
.
notBeforeOrNull
:
Instant
?
(
source
)
Returns the
nbf
(not before) claim value as an
Instant
, or
null
if the claim is absent.
See also
not
Before