使用 ionic cloud 验证后如何获得 Access_Token

How to get Access_Token after authenticating with ionic cloud

我正在使用 ionic cloud 进行身份验证,我可以使用 LinkedInGoogle 进行身份验证,现在我需要调用一些 api,他们需要访问令牌,但是访问令牌的值未定义,

this.user.social.linkedin.access_token

基于 Ionic 支持答案:

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.