Click or drag to resize

TwoFactorCodeActionDelegate Delegate

Two Factor Authorization by code delegate.

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

Parameters

code  String
2FA code

Return Value

Task
Awaitable task.
See Also