PamConfig constructor
PamConfig(
- String pamServer,
- String publicDBAlias,
- String loginDBAlias,
- String trackingConsentMessageID,
- bool enableLog, {
- required PamIdentityMatcher identityMatcher,
- bool blockEventsIfNoConsent = false,
- PamIdentityProvider? identityProvider,
- PamIdentityMismatchHandler? onIdentityMismatch,
Implementation
PamConfig(
this.pamServer,
this.publicDBAlias,
this.loginDBAlias,
this.trackingConsentMessageID,
this.enableLog, {
required this.identityMatcher,
this.blockEventsIfNoConsent = false,
this.identityProvider,
this.onIdentityMismatch,
});