GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig constructor

GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. String? oauthGrantType,
  4. List<String>? scopes,
  5. String? secretVersionForClientSecret,
  6. String? tokenEndpoint,
})

Implementation

GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig({
  this.clientId,
  this.clientSecret,
  this.oauthGrantType,
  this.scopes,
  this.secretVersionForClientSecret,
  this.tokenEndpoint,
});