Class LfA2aV1OAuth2SecurityScheme
Defines a security scheme using OAuth 2.0.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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 |