TwoFactorStepSendPush Method

Sends push action to the channel

Definition

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public Task SendPush(
	TwoFactorPushAction action
)

Parameters

action  TwoFactorPushAction
Push action

Return Value

Task

[Missing <returns> documentation for "M:KeeperSecurity.Authentication.Sync.TwoFactorStep.SendPush(KeeperSecurity.Authentication.TwoFactorPushAction)"]

See Also