SignInResult.RequiresTwoFactor Property

Definition

Returns a flag indication whether the user attempting to sign-in requires two factor authentication.

public:  property bool RequiresTwoFactor {  public:
bool get(); protected:
 void set(bool value); };
public bool RequiresTwoFactor { get; protected set; }
member this.RequiresTwoFactor : bool with get, set
Public Property RequiresTwoFactor As Boolean

Property Value

True if the user attempting to sign-in requires two factor authentication, otherwise false.

Applies to