GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client constructor

GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client({
  1. String? attributesType,
  2. String? clientId,
  3. GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret? clientSecret,
  4. String? issuerUri,
  5. GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters? queryParameters,
})

Implementation

GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client({
  this.attributesType,
  this.clientId,
  this.clientSecret,
  this.issuerUri,
  this.queryParameters,
});