Click or drag to resize

IPostLoginTaskUI Interface

Defines the methods required to complete post login tasks. Optional.

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

The IPostLoginTaskUI type exposes the following members.

Methods
 NameDescription
Public methodConfirmation Display a dialog
Public methodGetNewPassword Change master password.
Top
Remarks
Enterprise users may require to complete some post login tasks to complete login to Keeper.
  • Change expired master password.
  • Accept Account Transfer Consent.
See Also