AuthScheme
The authorization scheme to be used when server authorization is to be performed.
Possible Values
OAuth, OAuthPasswordData Type
string
Default Value
"OAuth"
Remarks
This property specifies the type of authentication to perform. Possible values are:
- OAuth: Set this to perform OAuth authentication.
- OAuthPassword: Set this to perform OAuth authentication without prompting to log in through the standard web interface. Instead, authentication is done directly by setting the Username and Password connection properties.