Search code examples
angularfacebookaccess-tokengoogle-signinfacebook-access-token

what is the difference between authToken and access token


I am trying to integrate google signin in my application(using Angular 4) using that

and I am getting a SocialUser that contains multiple fields like

name
id
email
.
.
.
authToken

my question is what is authToken,and how I can get the access token of a Socialuser ?.

Note: I think that the authToken format is different to Google access token format


Solution

  • I GOT IT

    see here

    ------------------------>the token and authtoken are differents