Keeper SDK Class Library
C#
    Show/Hide TOC

      AuthStep Class

      Represents base Keeper authentication step

      Definition

      Namespace: KeeperSecurity.Authentication.Sync
      Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
      C#
      public abstract class AuthStep : IDisposable
      Inheritance
      Object    AuthStep
      Derived
      KeeperSecurity.Authentication.SyncConnectedStep
      KeeperSecurity.Authentication.SyncDeviceApprovalStep
      KeeperSecurity.Authentication.SyncErrorStep
      KeeperSecurity.Authentication.SyncPasswordStep
      KeeperSecurity.Authentication.SyncReadyToLoginStep
      KeeperSecurity.Authentication.SyncRestrictedConnectionStep
      KeeperSecurity.Authentication.SyncSsoDataKeyStep
      KeeperSecurity.Authentication.SyncSsoTokenStep
      KeeperSecurity.Authentication.SyncTwoFactorStep
      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