AuthScheme
The scheme used for authentication. Accepted entries are Basic, OAuth, OAuthImplicit and OAuthPassword.
Possible Values
Auto, Basic, OAuth, OAuthImplicit, OAuthPasswordData Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set. Note: In case OAuthGrantType is set to PASSWORD, then the driver will use the Basic AuthScheme, unless the OAuth AuthScheme is specified.
- Basic: Set this to authenticate using the Basic authentication schema. You need to specify the User, Password and Company connection properties for this schema.
- OAuth: Set to this to perform OAuth authentication with CODE flow.
- OAuthImplicit: Set to this to perform OAuth authentication with IMPLICIT flow.
- OAuthPassword: Set to this to perform OAuth authentication with PASSWORD flow.