Enum AuthMethod
Represents the authentication method used by a user account.
public enum AuthMethod
Fields
EmailPassword = 0The user authenticates exclusively using email and password.
Mixed = 2The user has both email/password and OAuth authentication methods configured and can use either.
OAuth = 1The user authenticates exclusively using OAuth providers (e.g., Google, LinkedIn).