Show / Hide Table of Contents

Class OAuthFlows

Inheritance
object
OAuthFlows
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class OAuthFlows : IDirectResponseSchema

Properties

AuthorizationCode

Declaration
[JsonProperty("authorizationCode")]
public virtual AuthorizationCodeOAuthFlow AuthorizationCode { get; set; }
Property Value
Type Description
AuthorizationCodeOAuthFlow

ClientCredentials

Declaration
[JsonProperty("clientCredentials")]
public virtual ClientCredentialsOAuthFlow ClientCredentials { get; set; }
Property Value
Type Description
ClientCredentialsOAuthFlow

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implicit__

Declaration
[JsonProperty("implicit")]
public virtual ImplicitOAuthFlow Implicit__ { get; set; }
Property Value
Type Description
ImplicitOAuthFlow

Password

Declaration
[JsonProperty("password")]
public virtual PasswordOAuthFlow Password { get; set; }
Property Value
Type Description
PasswordOAuthFlow

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX