Create an ACL state container backed by @kehto/acl and persisted via the given persistence hooks.
Storage backend for ACL state
Default ACL policy for unknown identities
Optional
Internal runtime observer for revoke and block facts
An AclStateContainer instance
const aclState = createAclState(persistence, 'permissive');aclState.load(); Copy
const aclState = createAclState(persistence, 'permissive');aclState.load();
Create an ACL state container backed by @kehto/acl and persisted via the given persistence hooks.