Anchorage API reference
    Preparing search index...

    The addressing a stream ticket carries. runId is present IFF channel is 'run'. exp is epoch SECONDS (matching the JWT exp convention). No capability is ever encoded here — the ticket addresses a channel, nothing more.

    interface StreamTicketClaims {
        actorId: string;
        channel: StreamChannel;
        exp: number;
        role: ApprovalRole;
        runId?: string;
        tenantId: string;
    }
    Index

    Properties

    actorId: string
    channel: StreamChannel
    exp: number

    Epoch SECONDS.

    runId?: string
    tenantId: string