mock-oauth2-server
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.grant
/
TokenExchangeGrant
Token
Exchange
Grant
class
TokenExchangeGrant
(
val
subjectTokenType
:
String
,
val
subjectToken
:
String
,
val
audience
:
MutableList
<
String
>
)
:
AuthorizationGrant
Members
Constructors
Token
Exchange
Grant
Link copied to clipboard
constructor
(
subjectTokenType
:
String
,
subjectToken
:
String
,
audience
:
MutableList
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
audience
Link copied to clipboard
val
audience
:
MutableList
<
String
>
subject
Token
Link copied to clipboard
val
subjectToken
:
String
subject
Token
Type
Link copied to clipboard
val
subjectTokenType
:
String
type
Link copied to clipboard
val
type
:
GrantType
Functions
to
Parameters
Link copied to clipboard
open
override
fun
toParameters
(
)
:
MutableMap
<
String
,
MutableList
<
String
>
>