1. Can we use the
grant_type = authorization_code or
grant_type = refresh_token to get the offline tokens? Or is it only available for grant_type = password & grant_type = client_credentials?
2. Is there a way to give offline token to a particular user without using direct access grants?
Thanks,
Robin