I am developing a React Native App, that connects to a remote web api and also needs to show a secure web view.
Connecting to the remote api is working perfectly I can get and refresh the token.
My problem is that I want to use the same Identity to open/show a web view within the app.
What’s the best approach to accomplish this ?