Auth0 Android: Do AuthenticationException messages contain personally identifiable info such as email?

As the topic title says, does AuthenticationException contain personally identifiable info? For example, if login via Google thru WebAuthProvider.login fails, will the resulting exception contain such info?

Hey there @admdizon - Sorry for the delay here, but just wanted to follow up on this for future reference: AuthenticationException should only throw generic errors such as An error occurred when trying to authenticate with the server. and not contain any personally identifiable data.

Cheers!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.