GoogleCloudIdentitytoolkitAdminV2IdpConfig constructor

GoogleCloudIdentitytoolkitAdminV2IdpConfig({
  1. List<GoogleCloudIdentitytoolkitAdminV2IdpCertificate>? idpCertificates,
  2. String? idpEntityId,
  3. bool? signRequest,
  4. String? ssoUrl,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2IdpConfig({
  this.idpCertificates,
  this.idpEntityId,
  this.signRequest,
  this.ssoUrl,
});