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.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public string Channel { get; }
Property Value
StringSee Also