The below documentation says
https://developer.linkedin.com/docs/Refresh-Tokens-with-OAuth-2
When exchanging Authorization Code for an Access Token, If Refresh Tokens are enabled, the following fields will also be returned:
refresh_token
refresh_token_expires_in
But I don't see any proper documentation to enable refresh token, because I get access_token and expiry_in but not refresh token. So How to enable refresh token or any other param do I need to pass to get refresh token