GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials constructor
GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials({
- String? clientId,
- GoogleCloudConnectorsV1Secret? clientSecret,
Implementation
GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials({
this.clientId,
this.clientSecret,
});