Interface AccountRepositoryLoginErrorResponseTwoFactorInfo

interface AccountRepositoryLoginErrorResponseTwoFactorInfo {
    obfuscated_phone_number: string;
    phone_verification_settings: AccountRepositoryLoginErrorResponsePhoneVerificationSettings;
    show_messenger_code_option: boolean;
    show_new_login_screen: boolean;
    show_trusted_device_option: boolean;
    sms_two_factor_on: boolean;
    totp_two_factor_on: boolean;
    two_factor_identifier: string;
    username: string;
}

Properties

obfuscated_phone_number: string
show_messenger_code_option: boolean
show_new_login_screen: boolean
show_trusted_device_option: boolean
sms_two_factor_on: boolean
totp_two_factor_on: boolean
two_factor_identifier: string
username: string