Documentation
    Preparing search index...

    Interface SessionGrant

    One stored session grant.

    interface SessionGrant {
        expiresAtMs: bigint;
        session: string;
    }
    Index
    expiresAtMs: bigint

    Absolute expiry, ms since epoch. The grant is dead AT this timestamp (strict <).

    session: string

    The authorized ephemeral address.