Hi,
How to refresh token in auth0 lock v2. I tried to use the delegation api like this
Auth0
.authentication(clientId: "clientID", domain: "domain")
.delegation(withParameters: "refresh_token" : "refresh Token"])
But JWT id token generated by this process doe not contain all the information. So basically there is difference in payload of JWT id token generated during login and refresh token via delegation.
Please enlighten me on this.
Thanks
Ankit