M2M apps use the Client Credentials Flow , in which they pass their Client ID and Client Secret to authenticate themselves and get an access token which can be used to make an api call to resource server .

Steps