Show / Hide Table of Contents

Class LfA2aV1OAuth2SecurityScheme

Defines a security scheme using OAuth 2.0.

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

Properties

Description

An optional description for the security scheme.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Flows

Required. An object containing configuration information for the supported OAuth 2.0 flows.

Declaration
[JsonProperty("flows")]
public virtual LfA2aV1OAuthFlows Flows { get; set; }
Property Value
Type Description
LfA2aV1OAuthFlows

Oauth2MetadataUrl

URL to the OAuth2 authorization server metadata RFC 8414. TLS is required.

Declaration
[JsonProperty("oauth2MetadataUrl")]
public virtual string Oauth2MetadataUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX