@cfxlabsinc/b2b-services
    Preparing search index...

    Interface RouteFusionJwtClaims

    interface RouteFusionJwtClaims {
        organizationId: string;
        userId: string;
    }
    Index
    organizationId: string

    The organizationId claim — the owning org. Empty string if absent.

    userId: string

    The id claim — the RouteFusion UserAccount id the token authenticates as, used directly as the user_id on entity mutations.