SecurityOptions constructor
const
SecurityOptions({})
Implementation
const SecurityOptions({
this.level = SecurityLevel.basic,
this.enableEncryption = false,
this.enableDigitalSignature = false,
this.enableAccessControl = false,
this.allowedUsers,
this.forbiddenMimeTypes,
this.enableAuditLogging = false,
this.accessExpiry,
});