Class LfA2aV1ClientCredentialsOAuthFlow
Defines configuration details for the OAuth 2.0 Client Credentials flow.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1ClientCredentialsOAuthFlow : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefreshUrl
The URL to be used for obtaining refresh tokens.
Declaration
[JsonProperty("refreshUrl")]
public virtual string RefreshUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scopes
Required. The available scopes for the OAuth2 security scheme.
Declaration
[JsonProperty("scopes")]
public virtual IDictionary<string, string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
TokenUrl
Required. The token URL to be used for this flow.
Declaration
[JsonProperty("tokenUrl")]
public virtual string TokenUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |