Click or drag to resize

TwoFactorStepGetChannelPushActions Method

Gets available push actions for the channel

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public TwoFactorPushAction[] GetChannelPushActions(
	TwoFactorChannel channel
)

Parameters

channel  TwoFactorChannel
Two factor authentication channel

Return Value

TwoFactorPushAction
List of available push actions
See Also