HI,
I m new to Auth0 , i have Sucessfully created token using SDK example in android.
I m Getting token using this method WebAuthProvider.init(auth0)
now my concern is how to i get refreshtoken once token is expired?
using refreshtoken how can i get new token?
Thanks in advance.