AuthScheme
The scheme used for authentication. Accepted entries are Basic, OAuth, OAuthImplicit and OAuthPassword.
Possible Values
Basic, OAuth, OAuthImplicit, OAuthPasswordデータ型
string
デフォルト値
"Basic"
解説
- 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.