Click or drag to resize

IAuthUI Interface

Defines the user interface methods required for authentication with Keeper.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IAuthUI

The IAuthUI type exposes the following members.

Methods
 NameDescription
Public methodWaitForDeviceApproval Device Approval is required.
Public methodWaitForTwoFactorCode Two Factor Authentication is required.
Public methodWaitForUserPassword Master Password is required.
Top
See Also