Enum LoginType
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Core.dll
Represents the user's login type.
public enum LoginType
Fields
MFA = 3Using username, password and one-time code.
MagicLinks = 2Using username and login link.
Normal = 0Using username and password.
TOTP = 1Using username and one-time code.