SamlSpConfig constructor

SamlSpConfig({
  1. String? assertionConsumerServiceUri,
  2. String? entityId,
})

Implementation

SamlSpConfig({
  this.assertionConsumerServiceUri,
  this.entityId,
});