@inrupt/solid-client
    Preparing search index...

    Type Alias WithFallbackAcl<ResourceExt>

    WithFallbackAcl: ResourceExt & {
        internal_acl: {
            fallbackAcl: Exclude<WithAcl["internal_acl"]["fallbackAcl"], null>;
        };
    }

    If this type applies to a Resource, the Access Control List that applies to its nearest Container with an ACL is accessible to the currently authenticated user.

    Please note that the Web Access Control specification is not yet finalised, and hence, this function is still experimental and can change in a non-major release.

    Type Parameters

    • ResourceExt extends WithAcl = WithAcl