Class GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig
Inheritance
GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauthGrantType")]
public virtual string OauthGrantType { get; set; }
Property Value
Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Declaration
[JsonProperty("secretVersionForClientSecret")]
public virtual string SecretVersionForClientSecret { get; set; }
Property Value
Declaration
[JsonProperty("tokenEndpoint")]
public virtual string TokenEndpoint { get; set; }
Property Value
Implements