ClientCredentialsAuthenticationRequest
Represents an application authentication request
Extends BaseAuthenticationRequest
Attributes (3)
| Attribute | Type | Required | Description |
|---|---|---|---|
grant_type | 'client_credentials' | Yes | The grant type for the request |
client_id | string | Yes | The client identifier |
client_secret | string | Yes | The client secret |