Click or drag to resize

GoogleApi Class

Provides access to Google API.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.Authentication.GoogleGoogleApi

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class GoogleApi

The GoogleApi type exposes the following members.

Constructors
  NameDescription
Public methodGoogleApi(String)
Creates new instance of this class.
Public methodGoogleApi(OAuthToken, OAuthToken)
Creates new instance of this class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContacts
Public methodGetContacts(String)
Public methodGetEmail
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.
Public methodGetEmailPlus 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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRevokeToken
Revokes specified token.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also