MmEnvironmentConfigSamlSettings constructor
MmEnvironmentConfigSamlSettings({
- bool? enable,
- bool? verify,
- bool? encrypt,
- bool? idpUrl,
- bool? idpDescriptorUrl,
- bool? assertionConsumerServiceURL,
- bool? idpCertificateFile,
- bool? publicCertificateFile,
- bool? privateKeyFile,
- bool? firstNameAttribute,
- bool? lastNameAttribute,
- bool? emailAttribute,
- bool? usernameAttribute,
- bool? nicknameAttribute,
- bool? localeAttribute,
- bool? positionAttribute,
- 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,
});