access_token does not exist in the response. #622
darushHamidi
started this conversation in
General
Replies: 1 comment 4 replies
-
|
I have exactly the same problem. The authToken is missing from SocialUser object.
I am using version 1.2.5 with Angular 14. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when I
console.log(user)I will see the following data:where is the access_token in the response?
this is my config:
when I call getAccessToken method as follow
const access_token = await this.authService.getAccessToken(GoogleLoginProvider.PROVIDER_ID)I get the following error
Beta Was this translation helpful? Give feedback.
All reactions