@deep/nest-kit
    Preparing search index...

    Interface BaseJwtTokenPayload

    interface BaseJwtTokenPayload {
        iss: string;
        pid?: string;
        sub: JwtTokenType;
        uid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    iss: string

    Issuer. Service shortname that issued this token

    'bo'
    
    pid?: string

    Parent User ID who logged in as this user

    'hcu:2zgetnx5x2h'
    

    Token type

    uid: string

    User ID

    'hcu:1xgetnx5xq3'