ConsentConfig constructor

ConsentConfig({
  1. AccessDeterminationLogConfig? accessDeterminationLogConfig,
  2. bool? accessEnforced,
  3. ConsentHeaderHandling? consentHeaderHandling,
  4. List<String>? enforcedAdminConsents,
  5. String? version,
})

Implementation

ConsentConfig({
  this.accessDeterminationLogConfig,
  this.accessEnforced,
  this.consentHeaderHandling,
  this.enforcedAdminConsents,
  this.version,
});