Enum AuthType
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
Represents the type of login used for authentication in OpenSettings.
public enum AuthType
Fields
Machine = 3Represents a login type where the user is authenticated via a machine account.
OpenIdConnect = 2Represents a login type where the user is authenticated via OpenIdConnect flow.
Unset = 0Represents an unset login type, indicating that no specific login type has been defined.