mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.token
/
OAuth2TokenProvider
/
jwt
jwt
@
JvmOverloads
fun
jwt
(
claims
:
Map
<
String
,
Any
>
,
expiry
:
Duration
=
Duration.ofHours(1)
,
issuerId
:
String
=
"default"
)
:
SignedJWT