http4k-security-oauth
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.metadata
/
JsonWebKey
Json
Web
Key
data
class
JsonWebKey
(
val
kty
:
String
,
val
use
:
String
?
=
null
,
val
kid
:
String
?
=
null
,
val
alg
:
String
?
=
null
,
val
n
:
String
?
=
null
,
val
e
:
String
?
=
null
,
val
x5c
:
List
<
String
>
?
=
null
,
val
x5t
:
String
?
=
null
,
val
x5t#S256
:
String
?
=
null
)
(
source
)
Members
Constructors
Json
Web
Key
Link copied to clipboard
constructor
(
kty
:
String
,
use
:
String
?
=
null
,
kid
:
String
?
=
null
,
alg
:
String
?
=
null
,
n
:
String
?
=
null
,
e
:
String
?
=
null
,
x5c
:
List
<
String
>
?
=
null
,
x5t
:
String
?
=
null
,
x5t#S256
:
String
?
=
null
)
Properties
alg
Link copied to clipboard
val
alg
:
String
?
e
Link copied to clipboard
val
e
:
String
?
kid
Link copied to clipboard
val
kid
:
String
?
kty
Link copied to clipboard
val
kty
:
String
n
Link copied to clipboard
val
n
:
String
?
use
Link copied to clipboard
val
use
:
String
?
x5c
Link copied to clipboard
val
x5c
:
List
<
String
>
?
x5t
Link copied to clipboard
val
x5t
:
String
?
x5t#S256
Link copied to clipboard
val
x5t#S256
:
String
?