Click or drag to resize

PasswordActionDelegate Delegate

Validate master password delegate.

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

Parameters

password  String
Master Password

Return Value

Task
Awaitable task.
Exceptions
ExceptionCondition
KeeperAuthFailedInvalid username or password.
KeeperStartLoginExceptionUnrecoverable login error.
KeeperCanceledLogin cancelled.
ExceptionOther exceptions.
See Also