You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this library only reports back accessToken and refreshToken.
In other words, expires_in and refresh_token_expires_in are missing from the response.
The text was updated successfully, but these errors were encountered:
As per the LinkedIn docs, the response from the oAuth flow is:
However, this library only reports back
accessToken
andrefreshToken
.In other words,
expires_in
andrefresh_token_expires_in
are missing from the response.The text was updated successfully, but these errors were encountered: