Class GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig
Inheritance
GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig : 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