Click or drag to resize

AccountSettingsChannel Property

2FA channel.
  • two_factor_disabled – two factor is not enabled for this user
  • two_factor_channel_sms – TOTP codes are sent through SMS
  • two_factor_channel_voice – TOTP codes are sent through voice calls
  • two_factor_channel_google – Google/Microsoft Authenticator

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string Channel { get; }

Property Value

String
See Also