Class RestDescription.AuthData.Oauth2Data
OAuth 2.0 authentication information.
Inheritance
System.Object
RestDescription.AuthData.Oauth2Data
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 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 |
|---|---|
| System.Collections.Generic.IDictionary<System.String, RestDescription.AuthData.Oauth2Data.ScopesDataElement> |