Your documentation says you can use refresh tokens with LinkedIn - https://auth0.com/docs/connections/social/linkedin - “Optional: Get a Refresh Token from LinkedIn to refresh your Access Token once it expires. To ensure your application is secure, pay close attention to the restrictions on using Refresh Tokens.”
I’ve found that the refresh tokens administered from the /oauth/token endpoint when used with the grant_type=refresh_token returns a new access token that can only be used to access endpoints like the Auth0 Authentication API’s /userinfo endpoint, NOT LinkedIn.
This leads me to my final question - Will the LinkedIn access tokens found in the response from the Get Users by ID endpoint expire? How often will they change? The idea was to refresh these tokens as they expire after a certain period of time. I don’t understand how using refresh tokens to get new Auth0 Authentication access tokens is in anyway related to my LinkedIn IDP access token??