Using react-native-auth0 how can I perform mfa outside of the browser when it is required for authentication?

Our product desire is this:

  1. Login to third-party with OIDC inside browser
  2. Mfa user insider react native app

Currently the mfa challenge / enrol is automatically performed inside the browser and there was a desire from product to locate it outside. We use a ROPG for the backend and the token endpoint returns mfa_required, however the browser does not.

Is it possible to configure and/or setup auth0 in such a way to meet this product request?

Thanks