Class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
Inheritance
GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("clientKey")]
public virtual string ClientKey { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Implements