TwoFactorCodeActionDelegate Delegate

Two Factor Authorization by code delegate.

Definition

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

Parameters

code  String
2FA code

Return Value

Task
Awaitable task.

See Also