toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.server.request
/
Claim
Claim
data
class
Claim
(
val
essential
:
Boolean
=
false
,
val
value
:
String
?
=
null
,
val
values
:
List
<
String
>
?
=
null
)
Members
Constructors
Claim
Link copied to clipboard
constructor
(
essential
:
Boolean
=
false
,
value
:
String
?
=
null
,
values
:
List
<
String
>
?
=
null
)
Properties
essential
Link copied to clipboard
val
essential
:
Boolean
=
false
value
Link copied to clipboard
val
value
:
String
?
=
null
values
Link copied to clipboard
val
values
:
List
<
String
>
?
=
null