AeroFSSDK.Tests.TestUsers.ShouldCheckTwoFactorAuth C# (CSharp) Method

ShouldCheckTwoFactorAuth() private method

private ShouldCheckTwoFactorAuth ( ) : void
return void
        public void ShouldCheckTwoFactorAuth()
        {
            OrgAdminClient.CreateUser(Email, FirstName, LastName);
            var twoFactorEnabled = OrgAdminClient.IsUserTwoFactorAuthEnabled(Email);
            Assert.AreEqual(false, twoFactorEnabled);
        }