Click or drag to resize

BiometricsActionDelegate Delegate

Validate biometrics key delegate.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public delegate Task BiometricsActionDelegate(
	byte[] biometricsKey
)

Parameters

biometricsKey  Byte
Biometrics key.

Return Value

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