MmConfigSamlSettings constructor
MmConfigSamlSettings({
- bool? enable,
- bool? verify,
- bool? encrypt,
- String? idpUrl,
- String? idpDescriptorUrl,
- String? assertionConsumerServiceURL,
- String? idpCertificateFile,
- String? publicCertificateFile,
- String? privateKeyFile,
- String? firstNameAttribute,
- String? lastNameAttribute,
- String? emailAttribute,
- String? usernameAttribute,
- String? nicknameAttribute,
- String? localeAttribute,
- String? positionAttribute,
- String? loginButtonText,
Returns a new MmConfigSamlSettings instance.
Implementation
MmConfigSamlSettings({
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,
});