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.grant
Package-level
declarations
Types
Functions
Types
Grant
Handler
Link copied to clipboard
interface
GrantHandler
Nonce
Link copied to clipboard
typealias
Nonce
=
String
Refresh
Token
Link copied to clipboard
typealias
RefreshToken
=
String
Functions
audience
Or
Empty
Link copied to clipboard
fun
TokenRequest
.
audienceOrEmpty
(
)
:
List
<
String
>
subject
Token
Link copied to clipboard
fun
TokenRequest
.
subjectToken
(
)
:
SignedJWT
token
Exchange
Grant
Link copied to clipboard
fun
TokenRequest
.
tokenExchangeGrant
(
)
:
TokenExchangeGrant