Click or drag to resize

TwoFactorStepSendPush Method

Sends push action to the channel

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
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