Show / Hide Table of Contents

Class RestDescription.AuthData

Authentication information.

Inheritance
System.Object
RestDescription.AuthData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class AuthData

Properties

Oauth2

OAuth 2.0 authentication information.

Declaration
[JsonProperty("oauth2")]
public virtual RestDescription.AuthData.Oauth2Data Oauth2 { get; set; }
Property Value
Type Description
RestDescription.AuthData.Oauth2Data
In This Article
Back to top