user-service
    Preparing search index...
    interface AccessTokenPayload {
        id: UserID;
        role: UserRole;
        username: string;
    }
    Index

    Properties

    Properties

    id: UserID
    role: UserRole
    username: string