Table of Contents

Enum LoginType

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll

Represents the user's login type.

public enum LoginType

Fields

MFA = 3

Using username, password and one-time code.

Using username and login link.

Normal = 0

Using username and password.

TOTP = 1

Using username and one-time code.

To top