IUserManager.GetTwoFactorRequired Method
Returns a flag indicating whether the specified user has two factor authentication required for login.
Syntax
Unit: Sphinx.UserManager
function IUserManager.GetTwoFactorRequired(User: TUser): Nullable<Boolean>; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
User | TUser | The user whose two factor authentication required status should be provided. |
Returns
The flag indicating whether the specified user has two factor authentication required or not. A null value means the default behavior will be used.