Keeper SDK Class Library
C#
Show/Hide TOC
Device
Approval
Otp
Delegate Delegate
Device approval by 2FA code delegate.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
delegate
Task
DeviceApprovalOtpDelegate
(
string
code
)
Parameters
code
String
2FA code
Return Value
Task
Awaitable task.
See Also
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
See Also