Refreshing tokens in Flutter app with MFA enabled

We authenticate users in our Flutter app by making calls to Auth0 API thus no browser is involved and when we are trying to refresh access_token later on with refresh_token (that we have after successful MFA), we receive "error": "mfa_required".

Is it possible to bypass MFA for already authenticated users when making refresh token API calls?