GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode constructor

GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode({
  1. GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
  2. bool? applyReauthPolicy,
  3. String? authCode,
  4. String? authEndpoint,
  5. GoogleCloudIntegrationsV1alphaParameterMap? authParams,
  6. String? clientId,
  7. String? clientSecret,
  8. String? requestType,
  9. String? scope,
  10. String? tokenEndpoint,
  11. GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
})

Implementation

GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode({
  this.accessToken,
  this.applyReauthPolicy,
  this.authCode,
  this.authEndpoint,
  this.authParams,
  this.clientId,
  this.clientSecret,
  this.requestType,
  this.scope,
  this.tokenEndpoint,
  this.tokenParams,
});