I’m getting the following error when using the “signout()” method in my react native project on iOS:
“Sign Out Error: The operation couldn’t be completed. (org.openid.appauth.general error -3.)”
I’m using version 2.2.0 of the library and using the browser sign-in method. This works fine on Android. Any ideas why it is erroring out in iOS? I’m simply calling the signout() in the code.