client_credentials grant
RU: client_credentials grant
An OAuth 2.0 grant type (RFC 6749 §4.4) where a confidential client authenticates directly with the authorization server using its own client ID and secret to obtain an access token, with no user involved. Used for machine-to-machine service calls.