Click or drag to resize

GoogleApiGetEmail Method

Gets email address of the user using https://www.googleapis.com/userinfo/v2/me endpoint. You need to specify UserInfoEmailScope scope to be able to use this method.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetEmail()

Return Value

Type: String
User's email address.
See Also