TwoFactorPushActionDelegate Delegate |
Two Factor Authorization action delegate.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public delegate Task TwoFactorPushActionDelegate(
TwoFactorPushAction pushAction
)
Parameters
- pushAction TwoFactorPushAction
- Action.
Return Value
TaskAwaitable task.
See Also