IdentityServiceSamlConfig constructor

IdentityServiceSamlConfig({
  1. Map<String, String>? attributeMapping,
  2. String? groupPrefix,
  3. String? groupsAttribute,
  4. List<String>? identityProviderCertificates,
  5. String? identityProviderId,
  6. String? identityProviderSsoUri,
  7. String? userAttribute,
  8. String? userPrefix,
})

Implementation

IdentityServiceSamlConfig({
  this.attributeMapping,
  this.groupPrefix,
  this.groupsAttribute,
  this.identityProviderCertificates,
  this.identityProviderId,
  this.identityProviderSsoUri,
  this.userAttribute,
  this.userPrefix,
});