ChannelProfileWebWidgetConfigSecuritySettings constructor

ChannelProfileWebWidgetConfigSecuritySettings({
  1. List<String>? allowedOrigins,
  2. bool? enableOriginCheck,
  3. bool? enablePublicAccess,
  4. bool? enableRecaptcha,
})

Implementation

ChannelProfileWebWidgetConfigSecuritySettings({
  this.allowedOrigins,
  this.enableOriginCheck,
  this.enablePublicAccess,
  this.enableRecaptcha,
});