The MetabaseAuthenticationType enumeration contains variants of authentication in repository. It is used by the IMetabaseAuthenticationPolicy.AuthenticationType property.
The enumeration is outdated, use IMetabasePolicy.CheckUserPassword.
| Value | Brief description |
| 0 | Unknown. Undefined. |
| 1 | External. Authentication is made by DBMS tools. |
| 2 | Internal. Value is reserved for the future. |
| 3 | Mixed. Authentication is executed by platform means and DBMS tools: when the user logs in the system, first, he is authorized in DBMS, then user password hash is checked in Foresight Analytics Platform. |
See also: