GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig constructor

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig({
  1. GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken? googleOidc,
  2. GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken? oauthToken,
})

Implementation

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig({
  this.googleOidc,
  this.oauthToken,
});