IPostLoginTaskUI Interface

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

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IPostLoginTaskUI

Remarks

Enterprise users may require to complete some post login tasks to complete login to Keeper.
  • Change expired master password.
  • Accept Account Transfer Consent.

Methods

Confirmation Display a dialog
GetNewPassword Change master password.

See Also