Show / Hide Table of Contents

Class RestDescription.AuthData.Oauth2Data

OAuth 2.0 authentication information.

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

Properties

Scopes

Available OAuth 2.0 scopes.

Declaration
[JsonProperty("scopes")]
public virtual IDictionary<string, RestDescription.AuthData.Oauth2Data.ScopesDataElement> Scopes { get; set; }
Property Value
Type Description
IDictionary<string, RestDescription.AuthData.Oauth2Data.ScopesDataElement>
In this article
Back to top Generated by DocFX