ConsentConfig constructor
ConsentConfig({
- AccessDeterminationLogConfig? accessDeterminationLogConfig,
- bool? accessEnforced,
- ConsentHeaderHandling? consentHeaderHandling,
- List<
String> ? enforcedAdminConsents, - String? version,
Implementation
ConsentConfig({
this.accessDeterminationLogConfig,
this.accessEnforced,
this.consentHeaderHandling,
this.enforcedAdminConsents,
this.version,
});