http4k-security-oauth
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.server.request
/
Claims
Claims
data
class
Claims
(
val
userinfo
:
Map
<
String
,
Claim
>
?
=
null
,
val
id_token
:
Map
<
String
,
Claim
>
?
=
null
)
(
source
)
Members
Constructors
Claims
Link copied to clipboard
constructor
(
userinfo
:
Map
<
String
,
Claim
>
?
=
null
,
id_token
:
Map
<
String
,
Claim
>
?
=
null
)
Properties
id_
token
Link copied to clipboard
val
id_token
:
Map
<
String
,
Claim
>
?
userinfo
Link copied to clipboard
val
userinfo
:
Map
<
String
,
Claim
>
?