Show / Hide Table of Contents

Class UserinfoResource

The "userinfo" collection of methods.

Inheritance
object
UserinfoResource
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

Constructors

UserinfoResource(IClientService)

Constructs a new resource.

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

Properties

V2

Gets the V2 resource.

Declaration
public virtual UserinfoResource.V2Resource V2 { get; }
Property Value
Type Description
UserinfoResource.V2Resource

Methods

Get()

Declaration
public virtual UserinfoResource.GetRequest Get()
Returns
Type Description
UserinfoResource.GetRequest
In this article
Back to top Generated by DocFX