GoogleCloudIdentitytoolkitV1IdpConfig constructor

GoogleCloudIdentitytoolkitV1IdpConfig({
  1. String? clientId,
  2. bool? enabled,
  3. int? experimentPercent,
  4. String? provider,
  5. String? secret,
  6. List<String>? whitelistedAudiences,
})

Implementation

GoogleCloudIdentitytoolkitV1IdpConfig({
  this.clientId,
  this.enabled,
  this.experimentPercent,
  this.provider,
  this.secret,
  this.whitelistedAudiences,
});