AuthState Enumeration

Specifies authentication states.

Definition

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public enum AuthState

Members

NotConnected0 Ready to login
DeviceApproval1 Device Approval
TwoFactor2 Two-Factor Authentication
Password3 Master Password
SsoToken4 SSO Login
SsoDataKey5 SSO Approval
Connected6 Login success
Error7 Login failure
Restricted8 Restricted Connection

See Also