Click or drag to resize

TwoFactorStep Class

Represents Two Factor Authentication step
Inheritance Hierarchy
SystemObject
  KeeperSecurity.Authentication.SyncAuthStep
    KeeperSecurity.Authentication.SyncTwoFactorStep

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class TwoFactorStep : AuthStep

The TwoFactorStep type exposes the following members.

Properties
 NameDescription
Public propertyChannels Gets available two factor authentication channels
Public propertyDefaultChannel Gets or sets default two factor authentication channel
Public propertyDuration Gets / sets two factor authentication duration / expiration
Top
Methods
 NameDescription
Public methodGetChannelPushActions Gets available push actions for the channel
Public methodGetPhoneNumber Gets phone number for the channel
Public methodIsCodeChannel Gets flag if channel accepts verification codes
Public methodResume Resumes login
Public methodSendCode Sends verification code
Public methodSendPush Sends push action to the channel
Top
See Also