mock-oauth-server
1.0.0
mock-oauth-server
/
net.uiqui.oauth.mock.entity
Package
net.
uiqui.
oauth.
mock.
entity
Types
Types
JWKS
Link copied to clipboard
data
class
JWKS
(
keys
:
Collection
<
PublicKey
>
)
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