GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials constructor
GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials({
- GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
- String? clientId,
- String? clientSecret,
- String? requestType,
- String? scope,
- String? tokenEndpoint,
- GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
Implementation
GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials({
this.accessToken,
this.clientId,
this.clientSecret,
this.requestType,
this.scope,
this.tokenEndpoint,
this.tokenParams,
});