GoogleCloudIdentitytoolkitAdminV2SpConfig constructor

GoogleCloudIdentitytoolkitAdminV2SpConfig({
  1. String? callbackUri,
  2. List<GoogleCloudIdentitytoolkitAdminV2SpCertificate>? spCertificates,
  3. String? spEntityId,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2SpConfig({
  this.callbackUri,
  this.spCertificates,
  this.spEntityId,
});