Table of Contents

IUserManager.SetTwoFactorRequired Method

Sets a flag indicating whether the specified user must use two factor authentication to login. A null value means the default behavior will be used.

Syntax

Unit: Sphinx.UserManager

procedure IUserManager.SetTwoFactorRequired(User: TUser; Required: Nullable<Boolean>); virtual; abstract;

Parameters

<-> Parameter Type Description
User TUser The user whose two factor authentication required status should be set.
Required Nullable<Boolean> A flag indicating whether the specified user has two factor authentication required.

See also