Please include the following information in your post:
- Which SDK this is regarding: e.g. auth0.swift
- SDK Version: 1.30.1
- Platform Version: iOS 14
I followed the example tutorial for setting up “Sign In With Apple” by creating a Native application and following that whole process. I managed to get everything working and authentication was a breeze.
However, I noticed when coming to refresh my token, that the CredentialsManager had no refresh token stored. After logging in again, I noticed that the response from the login call was ALSO missing the refresh token. I have refresh tokens enabled on my application settings and I’m using the default scopes which includes offline_access. Any suggestions on how to debug this further?