http4k-security-oauth
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
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
value
Link copied to clipboard
val
value
:
String
?
values
Link copied to clipboard
val
values
:
List
<
String
>
?