ClientCredentialsTokenRequest
Client Credentials
Token Request is a type of token request where a client, typically a confidential client like a server, requests an access token directly from the authorization server using its client credentials, rather than on behalf of a specific user.
scopestring
The scope of the requested access token. Can be used to restrict the new access token to a subset of the scope allowed to the client and token type.
Example:
whitelabelWallet
ClientCredentialsTokenRequest
{
"scope": "whitelabelWallet"
}