Click or drag to resize

DeviceApprovalStep Class

Represents device approval step
Inheritance Hierarchy
SystemObject
  KeeperSecurity.Authentication.SyncAuthStep
    KeeperSecurity.Authentication.SyncDeviceApprovalStep

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

The DeviceApprovalStep type exposes the following members.

Properties
 NameDescription
Public propertyChannels Gets available device approval channels
Public propertyDefaultChannel Gets or sets default device approval channel
Top
Methods
 NameDescription
Public methodResume Resumes login flow
Public methodSendCode Sends verification code to the channel
Public methodSendPush Sends push notification to the channel
Top
See Also