Keeper SDK Class Library
C#
Show/Hide TOC
Two
Factor
Push
Action
Delegate Delegate
Two Factor Authorization action delegate.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
delegate
Task
TwoFactorPushActionDelegate
(
TwoFactorPushAction
pushAction
)
Parameters
pushAction
TwoFactorPushAction
Action.
Return Value
Task
Awaitable task.
See Also
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
See Also