MmEnvironmentConfigSamlSettings constructor

MmEnvironmentConfigSamlSettings({
  1. bool? enable,
  2. bool? verify,
  3. bool? encrypt,
  4. bool? idpUrl,
  5. bool? idpDescriptorUrl,
  6. bool? assertionConsumerServiceURL,
  7. bool? idpCertificateFile,
  8. bool? publicCertificateFile,
  9. bool? privateKeyFile,
  10. bool? firstNameAttribute,
  11. bool? lastNameAttribute,
  12. bool? emailAttribute,
  13. bool? usernameAttribute,
  14. bool? nicknameAttribute,
  15. bool? localeAttribute,
  16. bool? positionAttribute,
  17. bool? loginButtonText,
})

Returns a new MmEnvironmentConfigSamlSettings instance.

Implementation

MmEnvironmentConfigSamlSettings({
  this.enable,
  this.verify,
  this.encrypt,
  this.idpUrl,
  this.idpDescriptorUrl,
  this.assertionConsumerServiceURL,
  this.idpCertificateFile,
  this.publicCertificateFile,
  this.privateKeyFile,
  this.firstNameAttribute,
  this.lastNameAttribute,
  this.emailAttribute,
  this.usernameAttribute,
  this.nicknameAttribute,
  this.localeAttribute,
  this.positionAttribute,
  this.loginButtonText,
});