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
onResume will be called in the Activity that launches ULP once the login is finished and before token is returned.
This creates a gap in the code where Auth0 credentials could be used in onResume, which will cause Auth0 to return error before the actual token is returned.
Reproduction
launch ULP
observer that onResume is called before token is returned.
Additional context
No response
Auth0.Android version
2.10.2
Android version(s)
12
The text was updated successfully, but these errors were encountered:
Checklist
Description
onResume
will be called in the Activity that launches ULP once the login is finished and before token is returned.This creates a gap in the code where Auth0 credentials could be used in
onResume
, which will cause Auth0 to return error before the actual token is returned.Reproduction
Additional context
No response
Auth0.Android version
2.10.2
Android version(s)
12
The text was updated successfully, but these errors were encountered: