client_id |
<client_id> |
The client id represents the process that you are using to connect to the API. |
client_secret |
<client_secret> |
The client secret confirms that you are who you say you are when connecting to our APIs.
This should be stored securely and never shared.
|
grant_type |
client_credentials |
A literal string used to enstablish that the authnetication flow used is client credential flow. |
scope |
<api-uri>/.default |
The scope is used to target the intended URI. This may look similar to the following: api://e5g957k-75c6-4be7-af7b-f0b70440d0a2/.default |