GoogleHelper Class

Definition

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.

Applies to