Show / Hide Table of Contents

Class LfA2aV1HTTPAuthSecurityScheme

Defines a security scheme using HTTP authentication.

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

Properties

BearerFormat

A hint to the client to identify how the bearer token is formatted (e.g., "JWT"). Primarily for documentation purposes.

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

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

Scheme

Required. The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer"). This value should be registered in the IANA Authentication Scheme registry.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX