req_oauth_client_credentials: OAuth with client credentials
Description
Authenticate using OAuth client credentials flow, as defined by
Section 4.4 of RFC 6749. It is used to allow the client to access resources that
it controls directly, not on behalf of an user.
Learn more about the overall OAuth authentication flow in vignette("oauth").