Class A2aV1ImplicitOAuthFlow
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1ImplicitOAuthFlow : IDirectResponseSchema
Properties
AuthorizationUrl
The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS
Declaration
[JsonProperty("authorizationUrl")]
public virtual string AuthorizationUrl { 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. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.
Declaration
[JsonProperty("refreshUrl")]
public virtual string RefreshUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scopes
The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.
Declaration
[JsonProperty("scopes")]
public virtual IDictionary<string, string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |