AccountSettings Class

Represents user's account settings.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class AccountSettings : PasswordRequirements
Inheritance
Object    PasswordRequirements    AccountSettings

Constructors

AccountSettingsInitializes a new instance of the AccountSettings class

Properties

Channel 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
ChannelValue Parameter value for Channel
EmailVerified Is email verified?
LogoutTimerInSec Logout timeout in seconds.
MasterPasswordLastModified Time of last change of master password. Unix timestamp.
MustPerformAccountShareBy Deadline to accept Account Transfer Consent. Unix timestamp.
PersistentLogin Persistent login.
ShareDataKeyWithDevicePublicKey If true data key is nor shared with device key
ShareDatakeyWithEnterprise Enterprise administrator requested data key sharing.
SsoUser Is SSO user?
Theme Theme.
TwoFactorRequired 2FA is required.

See Also