Show / Hide Table of Contents

Class UserinfoResource.V2Resource

The "v2" collection of methods.

Inheritance
object
UserinfoResource.V2Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Oauth2.v2
Assembly: Google.Apis.Oauth2.v2.dll
Syntax
public class UserinfoResource.V2Resource

Constructors

V2Resource(IClientService)

Constructs a new resource.

Declaration
public V2Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Me

Gets the Me resource.

Declaration
public virtual UserinfoResource.V2Resource.MeResource Me { get; }
Property Value
Type Description
UserinfoResource.V2Resource.MeResource
In this article
Back to top Generated by DocFX