post {protocol}://{server}{basePath}//protocol/openid-connect/token
Request to obtain a token.
A&A supports three grant types. A&A requires the client to authenticate itself with every one of these grant types, even those that additionally authenticate a user.
The 3 options for grant_type include:
- client_credentials
- password
- refresh_token
The request body for each grant type is defined below. In addition, each API invocation requires the appkey in the header.