GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken constructor

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken({
  1. String? scope,
  2. String? serviceAccount,
})

Implementation

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken({
  this.scope,
  this.serviceAccount,
});