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
/
subject
subject
val
JwtPayload
.
subject
:
String
(
source
)
Returns the
sub
(subject) claim value.
See also
subject
Or
Null
Throws
Missing
Claim
Exception
if the
sub
claim is absent.