Click or drag to resize

AuthState Enumeration

Specifies authentication states.

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public enum AuthState
Members
Member nameValueDescription
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