toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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
?
=
null
e
Link copied to clipboard
val
e
:
String
?
=
null
kid
Link copied to clipboard
val
kid
:
String
?
=
null
kty
Link copied to clipboard
val
kty
:
String
n
Link copied to clipboard
val
n
:
String
?
=
null
use
Link copied to clipboard
val
use
:
String
?
=
null
x5c
Link copied to clipboard
val
x5c
:
List
<
String
>
?
=
null
x5t
Link copied to clipboard
val
x5t
:
String
?
=
null
x5t#S256
Link copied to clipboard
val
x5t#S256
:
String
?
=
null