Class OAuth2SecurityScheme
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class OAuth2SecurityScheme : IDirectResponseSchema
Properties
Description
Description of this 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
An object containing configuration information for the flow types supported
Declaration
[JsonProperty("flows")]
public virtual OAuthFlows Flows { get; set; }
Property Value
| Type | Description |
|---|---|
| OAuthFlows |
Oauth2MetadataUrl
URL to the oauth2 authorization server metadata RFC8414. TLS is required.
Declaration
[JsonProperty("oauth2MetadataUrl")]
public virtual string Oauth2MetadataUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |