TwoFactorStepIsCodeChannel Method |
Gets flag if channel accepts verification codes
Namespace: KeeperSecurity.Authentication.SyncAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public bool IsCodeChannel(
TwoFactorChannel channel
)
Parameters
- channel TwoFactorChannel
- Two factor authentication channel
Return Value
BooleanTrue if the channel supports verification codes
See Also