Member Junction
    Preparing search index...

    Interface MagicLinkScope

    Per-session resource scope carried on UserInfo for a magic-link resource share. Sourced from the verified session token's claims. RLS filters reference it via the {{ScopeResourceID}} / {{ScopeResourceType}} tokens to pin a shared resource (and its FK-reachable dependents) without broadening the granted role.

    interface MagicLinkScope {
        ResourceID?: string;
        ResourceType?: string;
    }
    Index

    Properties

    ResourceID?: string

    Primary-key value of the shared resource (stringified).

    ResourceType?: string

    ResourceType name/id of the shared resource.