API Integration Type
The grant type for the OAuth flow. Accepted entries are Server-to-Server and Web-App.
Data Type
string
Default Value
"Web-App"
Remarks
The grant type for the OAuth flow. Use the following options to select your authentication grant type:
- Server-to-Server: This is used when applications request an access token to access their own resources, not on behalf of a user.
- Web-App: This is used by confidential and public clients to exchange an authorization code for an access token.