GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig constructor

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig({
  1. GoogleCloudIdentitytoolkitAdminV2AppleSignInConfig? appleSignInConfig,
  2. String? clientId,
  3. String? clientSecret,
  4. bool? enabled,
  5. String? name,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig({
  this.appleSignInConfig,
  this.clientId,
  this.clientSecret,
  this.enabled,
  this.name,
});