GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials constructor

GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials({
  1. GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
  2. String? clientId,
  3. String? clientSecret,
  4. String? password,
  5. String? requestType,
  6. String? scope,
  7. String? tokenEndpoint,
  8. GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
  9. String? username,
})

Implementation

GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials({
  this.accessToken,
  this.clientId,
  this.clientSecret,
  this.password,
  this.requestType,
  this.scope,
  this.tokenEndpoint,
  this.tokenParams,
  this.username,
});