Click or drag to resize

GoogleApiGetEmailPlus Method

Note: This API is now obsolete.

Gets email address of the user using https://www.googleapis.com/plus/v1/people/me endpoint. You need to specify EmailScope to be able to use this method. Remember to turn on "Google+ API" in Google Developer Console.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[ObsoleteAttribute("As Google+ API is being deprecated, please use GetEmail method instead.")]
public string GetEmailPlus()

Return Value

Type: String
User's email address.
See Also