Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google sigin is not giving token_type in the response #22

Open
lalitmee opened this issue Aug 2, 2018 · 0 comments
Open

google sigin is not giving token_type in the response #22

lalitmee opened this issue Aug 2, 2018 · 0 comments

Comments

@lalitmee
Copy link

lalitmee commented Aug 2, 2018

When I am calling this function

this.socialAuthService.signIn(socialPlatformProvider).then(
      (userData) => {
        console.log(socialPlatform+" sign in data : " , userData);
        // Now sign-in with userData
        ...
            
      }
    );
  • its only giving token in the response not the token_type. I also want to have token_type for login because I want to pass that to the server.

Is there any way to get that? 🤔

Please help. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant