mock-oauth-server
1.1.0
mock-oauth-server
/
net.uiqui.oauth.mock.jwks
Package
net.
uiqui.
oauth.
mock.
jwks
Types
Types
JWKS
Link copied to clipboard
data
class
JWKS
(
keys
:
Collection
<
PublicKey
>
)
Content copied to clipboard
JWKSHandler
Link copied to clipboard
class
JWKSHandler
(
jwks
:
JWKS
)
:
RequestHandler
Content copied to clipboard
JWTGenerator
Link copied to clipboard
class
JWTGenerator
Content copied to clipboard
Public
Key
Link copied to clipboard
data
class
PublicKey
(
kty
:
String
,
e
:
String
,
use
:
String
,
kid
:
String
,
n
:
String
)
Content copied to clipboard