TokenserviceTokenExchangeExchangeResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"access_token": "string",
"expires_in": 0,
"issued_token_type": "string",
"refresh_token": "string",
"scope": "string",
"token_type": "string"
}
}