TokenserviceTokenExchangeInfo
The TokenExchange.Info structure contains data that represents successful token exchange response.
Properties
The security token issued by the server in response to the token exchange request. Token is base64-encoded.
The validity lifetime, in seconds, of the token issued by the server. if not applicable for issued token.
An identifier, that indicates the type of the security token in the TokenExchange.Info.access-token parameter.
A refresh token can be issued in cases where the client of the token exchange needs the ability to access a resource even when the original credential is no longer valid. if not needed for specific case of exchange.
Scope of the issued security token. if the scope of the issued security token is identical to the scope requested by the client.
A case-insensitive value specifying the method of using the access token issued.
JSON Example
{
"access_token": "string",
"issued_token_type": "string",
"token_type": "string"
}
Vendor Extensions
x-vmw-doc-deprecated: "true"