Reputation: 19843
I am using ionic cloud for Authentication, I am able to authenticate with LinkedIn
and Google
, now I need to call some api, which they need access token, but value of access token is undefined,
this.user.social.linkedin.access_token
Upvotes: 0
Views: 142
Reputation: 19843
Based on Ionic support answer:
using Ionic Auth there is no way to get access to the Linkedin auth access token at this time. You're limited to the data we fetch from those providers and return to you.
Upvotes: 1