interface TwoFactorInfo {
    eligible_for_multiple_totp: boolean;
    is_trusted_device: boolean;
    obfuscated_phone_number: string;
    pending_trusted_notification: boolean;
    phone_verification_settings: PhoneVerificationSettings;
    pk: number;
    should_opt_in_trusted_device_option: boolean;
    show_messenger_code_option: boolean;
    show_new_login_screen: boolean;
    show_trusted_device_option: boolean;
    sms_not_allowed_reason: null;
    sms_two_factor_on: boolean;
    totp_two_factor_on: boolean;
    trusted_notification_polling_nonce?: null | string;
    two_factor_identifier: string;
    username: string;
    whatsapp_two_factor_on: boolean;
}

Properties

eligible_for_multiple_totp: boolean
is_trusted_device: boolean
obfuscated_phone_number: string
pending_trusted_notification: boolean
phone_verification_settings: PhoneVerificationSettings
pk: number
should_opt_in_trusted_device_option: boolean
show_messenger_code_option: boolean
show_new_login_screen: boolean
show_trusted_device_option: boolean
sms_not_allowed_reason: null
sms_two_factor_on: boolean
totp_two_factor_on: boolean
trusted_notification_polling_nonce?: null | string
two_factor_identifier: string
username: string
whatsapp_two_factor_on: boolean