Does GetProfileInfo return the account from the provider? Like am I able to point GetProfileInfo at ...
i
Does GetProfileInfo return the account from the provider? Like am I able to point GetProfileInfo at an api endpoint to retrieve things like the provider ID, avatar, etc.
r
Hey @User
You should see the return type of what that function should return
It returns the user id, email and if that email is verified or not
i
If I want to fetch more, should I just be doing that API query in the signinup post response with the access token?
r
Yes. Exactly
i
Awesome, thank you!