Authentication Token APIs
The Token interface provides operations for obtaining an access token.
Operations
POST
Create Authentication Token
Provides a token endpoint as defined in RFC 6749. Supported grant types: - urn:ietf:params:oauth:grant-type:token-exchange - Exchanges incoming token based on the spec and current client authorization data. This operation supercedes com.vmware.vcenter.tokenservice.TokenExchange#exchange. The REST rendering of the newer operation matches RFC8693's definition for both input and output of the operation.