Click or drag to resize

TwoFactorStepIsCodeChannel Method

Gets flag if channel accepts verification codes

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public bool IsCodeChannel(
	TwoFactorChannel channel
)

Parameters

channel  TwoFactorChannel
Two factor authentication channel

Return Value

Boolean
True if the channel supports verification codes
See Also