Table of Contents

Enum AuthType

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Represents the type of login used for authentication in OpenSettings.

public enum AuthType

Fields

Machine = 3

Represents a login type where the user is authenticated via a machine account.

OpenIdConnect = 2

Represents a login type where the user is authenticated via OpenIdConnect flow.

Unset = 0

Represents an unset login type, indicating that no specific login type has been defined.