- Which SDK this is regarding: - Auth0.OidcClient.Android
- SDK Version: 3.1.3
- Platform Version: Auth0.OidcClient.Android - 3.1.3
- Code Snippets/Error Messages/Supporting Details/Screenshots:
For Xamarin Forms Android, the
Blockquote
await _auth0Client.LoginAsync()
Blockquote
is not returning any cancelled event while the browser is cancelled manually by user. For iOS, at-least it is returning null. Is there is any solution for it? Thanks for considering this topic.