AuthScheme
The type of authentication to use when connecting to SAP HANA XSA.
Possible Values
Basic, OAuth, OAuthPassword, NoneData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic User / Password authentication.
- OAuth: Set this to perform OAuth authentication with code grant type.
- OAuthPassword: Set this to perform OAuth authentication with password grant type.
- None: No authentication.