DeviceApprovalOtpDelegate Delegate

Device approval by 2FA code delegate.

Definition

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

Parameters

code  String
2FA code

Return Value

Task
Awaitable task.

See Also