I am implementing a Single Sign-On in Unity, and in the even that I get a redirect uri, I need to be able to handle it myself, rather than attempting to load the URL.
For instance when I sign in, I will eventually be redirected here:
com.myapp.vr://auth?code=aASf4G44r32DDss5Ffff-2234DgYYsx&state=mobilelogin
Obviously this is not meant to be a real URL. I need to parse the code out of the URL and prevent it from loading.
How is this possible with your plugin?