Namespace: PP.App
The AuthenticationMode enumeration contains authentication options.
It is used by the PP.App.openMetabase method.
Value |
Brief description |
ignore |
Ignore. It enables the user to skip checking and/or setting authorization data. |
login |
Login. Password authentication. |
domain |
Domain. Domain authentication. |
IntegratedDomain |
IntegratedDomain. Integrated domain authentication. |
oauth |
OAuth. Authentication via the OAuth/OpenID Connect protocol. |
prelogin |
PreLogin. It enables the user to establish a connection to metabase by an available connection identifier. |
guest |
Guest. Guest login. |
See also: