GoogleHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains static methods that allow to extract user's information from a Newtonsoft.Json.Linq.JObject instance retrieved from Google after a successful authentication process.
public ref class GoogleHelper abstract sealed
public static class GoogleHelper
type GoogleHelper = class
Public Class GoogleHelper
- Inheritance
-
GoogleHelper
Methods
GetEmail(JObject) |
Gets the user's email. |
GetFamilyName(JObject) |
Gets the user's family name. |
GetGivenName(JObject) |
Gets the user's given name. |
GetId(JObject) |
Gets the Google user ID. |
GetName(JObject) |
Gets the user's name. |
GetProfile(JObject) |
Gets the user's profile link. |