Click or drag to resize

GoogleApi Methods

The GoogleApi type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetContacts Gets all contacts of the default user. You need to specify ContactsScope when calling GetAuthorizationUrl(ListGoogleScope) or GetAuthorizationUrl(String, ListGoogleScope) to be able to use this method.
Public methodGetContacts(String) Gets all contacts of the specified user. You need to specify ContactsScope when calling GetAuthorizationUrl(ListGoogleScope) or GetAuthorizationUrl(String, ListGoogleScope) to be able to use this method.
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 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.
Obsolete
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRevokeToken Revokes specified token.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also