TwoFactorCodeActionDelegate Delegate |
Two Factor Authorization by code delegate.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public delegate Task TwoFactorCodeActionDelegate(
string code
)
Parameters
- code String
- 2FA code
Return Value
TaskAwaitable task.
See Also