Hello guys, I need help with the automatic token update in Android Kotlin. What do I need to do when it expires?
Hi,
You can use Auth0’s CredentialsManager to handle it seamlessly.
If the refresh token is expired or not available (maybe it was revoked), the SDK will automatically prompt the user to log in again
I need an example repo where the validation and refresh of the token is carried out automatically I need urgent help please
Hi @devsolutionsbr,
Welcome to the Auth0 Community!
Please see these links that may prove helpful to you:
- Auth0.Android/EXAMPLES.md at main · auth0/Auth0.Android · GitHub
- Auth0.Android/EXAMPLES.md at main · auth0/Auth0.Android · GitHub
- Get Started with Android Authentication Using Kotlin - Part 2
- Auth0.Android Save and Renew Tokens
Thanks,
Mary Beth