Show / Hide Table of Contents

Class A2aV1OAuthFlows

Inheritance
object
A2aV1OAuthFlows
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1OAuthFlows : IDirectResponseSchema

Properties

AuthorizationCode

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

ClientCredentials

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

ETag

The ETag of the item.

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

Implicit__

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

Password

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX