OAuthGrantType
Specifies the grant type for the chosen OAuth flow. This value should be the same as the grant_type that was set during OAuth custom application creation.
Possible Values
CLIENT, PASSWORDData Type
string
Default Value
"CLIENT"
Remarks
In most cases, the default grant type should not be modified. For information about the most common OAuth grant types and the trade-offs between them, see https://oauth.net/2/grant-types/.