Exchanges client credentials (client ID and client secret) for an access token using HTTP Basic Authentication. The client ID is used as the username and the client secret as the password, encoded as Base64 in the format: Basic base64(clientId:clientSecret)
HTTP Basic Authentication. Use your client ID as the username and client secret as the password.
OAuth2 grant type
client_credentials