TokenserviceTokenExchangeExchangeRequestBody
This is a request body class for an operation.
Properties
spec
Required
TokenExchange.ExchangeSpec structure contains arguments that define exchange process.
JSON Example
{
"spec": {
"grant_type": "string",
"subject_token": "string",
"subject_token_type": "string"
}
}