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
/
RequestMapping
Request
Mapping
data
class
RequestMapping
(
requestParam
:
String
,
match
:
String
,
val
claims
:
Map
<
String
,
Any
>
=
emptyMap()
,
val
typeHeader
:
String
=
JOSEObjectType.JWT.type
)
Members
Constructors
Request
Mapping
Link copied to clipboard
constructor
(
requestParam
:
String
,
match
:
String
,
claims
:
Map
<
String
,
Any
>
=
emptyMap()
,
typeHeader
:
String
=
JOSEObjectType.JWT.type
)
Properties
claims
Link copied to clipboard
val
claims
:
Map
<
String
,
Any
>
type
Header
Link copied to clipboard
val
typeHeader
:
String
Functions
is
Match
Link copied to clipboard
fun
isMatch
(
tokenRequest
:
TokenRequest
)
:
Boolean