Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface SessionClaims

    interface SessionClaims {
        exp: number;
        iat: number;
        sid: string;
        sub: string;
        tid: number;
        type: "access";
    }
    Index

    Properties

    Properties

    exp: number
    iat: number
    sid: string
    sub: string
    tid: number
    type: "access"