Interface AccountLoginErrorResponse

interface AccountLoginErrorResponse {
    buttons: AccountLoginBadPasswordResponseButtonsItem[];
    error_title: string;
    error_type: string;
    invalid_credentials: boolean;
    message: string;
    phone_verification_settings: AccountLoginErrorResponsePhoneVerificationSettings;
    status: string;
    two_factor_info: AccountLoginErrorResponseTwoFactorInfo;
    two_factor_required: boolean;
}

Properties

error_title: string
error_type: string
invalid_credentials: boolean
message: string
status: string
two_factor_required: boolean