You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android SDK has added functionality to trigger onSuccess and onFailure callbacks.
Because RN SDK’s internal Java methods implement AuthHandler, it needs to implement the additional methods as well.
This will prevent any build errors also prepare for RN’s version of authHandler success and failure callbacks to be implemented next.
0 commit comments