xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

google sign in does not return name or given name or family name #420

Open softsan opened 5 years ago

softsan commented 5 years ago

Xamarin.Auth Issue

When using google sign in, it returns only id,email, verified_email, picture. It doesn't return name or given_name or family_name.

{ "id": "", "email": "", "verified_email": true, "picture": "" }

Version

Steps to reproduce

1. 2. 3.

Platform:

Expected behaviour

It should return name, given name or family name

Actual behaviour

Currently returns only id,email, verified_email, picture.