You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I am calling this function
token_type
. I also want to havetoken_type
for login because I want to pass that to the server.Is there any way to get that? 🤔
Please help. Thank you.
The text was updated successfully, but these errors were encountered: