Key | Type | Description |
---|---|---|
client_id | string | Unique identifier for the client application. |
client_secret | string | Secret key for the client application used for authentication. |
grant_type | string | Grant type used for authentication. |
Key | Type | Description |
---|---|---|
accessToken | string | Generated access token, used to authenticate against protected endpoints. |