Click or drag to resize

TwoFactorPushActionDelegate Delegate

Two Factor Authorization action delegate.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public delegate Task TwoFactorPushActionDelegate(
	TwoFactorPushAction pushAction
)

Parameters

pushAction  TwoFactorPushAction
Action.

Return Value

Task
Awaitable task.
See Also