Client Credentials Grant API

Description

The Client Credentials Grant (RFC 6749 [1]) is used by clients (TPPs) to
obtain access tokens based on the credentials of the client. Access tokens,
obtained using Client Credentials Grant, only provide access privileges to
endpoints that do not access user information.

The Client Credentials Grant must only be used by confidential clients.

In *live…