Keeper SDK Class Library
C#
Show/Hide TOC
Auth
Step Class
Represents base Keeper authentication step
Definition
Namespace:
KeeperSecurity.Authentication.Sync
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
abstract
class
AuthStep
:
IDisposable
Inheritance
Object
AuthStep
Derived
KeeperSecurity.Authentication.Sync
ConnectedStep
KeeperSecurity.Authentication.Sync
DeviceApprovalStep
KeeperSecurity.Authentication.Sync
ErrorStep
KeeperSecurity.Authentication.Sync
PasswordStep
KeeperSecurity.Authentication.Sync
ReadyToLoginStep
KeeperSecurity.Authentication.Sync
RestrictedConnectionStep
KeeperSecurity.Authentication.Sync
SsoDataKeyStep
KeeperSecurity.Authentication.Sync
SsoTokenStep
KeeperSecurity.Authentication.Sync
TwoFactorStep
More
Less
Implements
IDisposable
Properties
State
Gets Keeper login state
See Also
Reference
KeeperSecurity.Authentication.Sync Namespace
ReadyToLoginStep
DeviceApprovalStep
TwoFactorStep
PasswordStep
SsoTokenStep
SsoDataKeyStep
ConnectedStep
ErrorStep
In This Article
Definition
Properties
See Also