0

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

1 Answers1

0

I GOT IT

see here

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