How could I add resetPolicy to expo-auth-session with azure b2c ? #10719

I had faced and problem that how could I implement the forgot password flow with expo-auth-session?

Is there had any way to get in this flow?

The forgot password flow of azure was embed at azure login page.
It will close the prompt window, then open a new window that redirect to reset page.
But expo-auth-session no where could put the reset policy let useAuthRequest hooks know how to handle this situation.

How could I do?