authToken 和访问令牌有什么区别

what is the difference between authToken and access token

我正在尝试使用 that

在我的应用程序中集成 google 登录(使用 Angular 4)

我得到一个 SocialUser,其中包含多个字段,例如

name
id
email
.
.
.
authToken

我的问题是what is authToken,and how I can get the access token of a Socialuser ?

注意:我认为 authToken 格式不同于 Google 访问令牌格式

I GOT IT

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