OAuthPasswordGrantMode
How to pass Client Id and Secret with OAuthGrantType is set to Password.
Possible Values
Post, BasicData Type
string
Default Value
"Post"
Remarks
The OAuth RFC specifies two methods of passing the OAuthClientId and OAuthClientSecret when using the Password OAuthGrantType. The most commonly used is to pass them via post data to the service. However, some services may require that you pass them via the Authorize header as to be used in BASIC authorization. Change this property to Basic to submit the parameters as part of the Authorize header instead of the post data.