Keeper SDK Class Library
C#
Show/Hide TOC
Two
Factor
Step
Is
Code
Channel Method
Gets flag if channel accepts verification codes
Definition
Namespace:
KeeperSecurity.Authentication.Sync
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
bool
IsCodeChannel
(
TwoFactorChannel
channel
)
Parameters
channel
TwoFactorChannel
Two factor authentication channel
Return Value
Boolean
True
if the channel supports verification codes
See Also
Reference
TwoFactorStep Class
KeeperSecurity.Authentication.Sync Namespace
In This Article
Definition
Parameters
Return Value
See Also