IUserManager.GetTwoFactorEnabled Method
Returns a flag indicating whether the specified user has two factor authentication enabled or not.
Syntax
Unit: Sphinx.UserManager
function IUserManager.GetTwoFactorEnabled(User: TUser): Boolean; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
User | TUser | The user whose two factor authentication enabled status should be provided. |
Returns
The flag indicating whether the specified user has two factor authentication enabled or not.