PasswordActionDelegate Delegate

Validate master password delegate.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public delegate Task PasswordActionDelegate(
	string password
)

Parameters

password  String
Master Password

Return Value

Task
Awaitable task.

Exceptions

KeeperAuthFailedInvalid username or password.
KeeperStartLoginExceptionUnrecoverable login error.
KeeperCanceledLogin cancelled.
ExceptionOther exceptions.

See Also