Client Credentials Grant
In the Client Credentials grant, the EMS client (or EMS server) presents a client ID and client secret to the OAuth 2.0 authorization server. The authorization server uses these credentials to authenticate the EMS client and issues it an access token.
This is the preferred grant type for both the EMS client and EMS server.