Table of Contents

Enum AuthMethod

Namespace
Builvero.Domain.Entities
Assembly
Builvero.Domain.dll

Represents the authentication method used by a user account.

public enum AuthMethod

Fields

EmailPassword = 0

The user authenticates exclusively using email and password.

Mixed = 2

The user has both email/password and OAuth authentication methods configured and can use either.

OAuth = 1

The user authenticates exclusively using OAuth providers (e.g., Google, LinkedIn).