Class LfA2aV1DeviceCodeOAuthFlow
Defines configuration details for the OAuth 2.0 Device Code flow (RFC 8628). This flow is designed for input-constrained devices such as IoT devices, and CLI tools where the user authenticates on a separate device.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1DeviceCodeOAuthFlow : IDirectResponseSchema
Properties
DeviceAuthorizationUrl
Required. The device authorization endpoint URL.
Declaration
[JsonProperty("deviceAuthorizationUrl")]
public virtual string DeviceAuthorizationUrl { 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 |
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 |