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
/
audience
audience
val
JwtPayload
.
audience
:
Set
<
String
>
(
source
)
Returns the
aud
(audience) claim value as a set of strings.
See also
audience
Or
Null
Throws
Missing
Claim
Exception
if the
aud
claim is absent.