It was suggested to me to try a renew, as outlined here:
https://auth0.github.io/Auth0.swift/Protocols/Authentication.html#/s:5Auth014AuthenticationP5renew16withRefreshToken5scopeAA7RequestVyAA11CredentialsCAA0B5ErrorVGSS_SSSgtF
1/ as written, it would not compile unless I placed a .authentication()
after the Auth0
2/ It worked, but worked exactly as before, with the system dialog that needs to be accepted, and then the ~silent login.
Is this something I’m doing incorrectly? Are the docs noted above incorrect?