Member Junction
    Preparing search index...

    Canonical payload shape. Kept tiny + versioned so we can evolve the signing scheme without breaking running clients.

    interface DeltaTokenPayload {
        iat: number;
        m: DeltaTokenMode;
        ssig: string;
        tid: string | null;
        v: 1;
    }
    Index

    Properties

    Properties

    iat: number
    ssig: string
    tid: string | null
    v: 1