Member Junction
    Preparing search index...

    Type Alias UserPayload

    type UserPayload = {
        apiKey?: string;
        apiKeyHash?: string;
        apiKeyId?: string;
        email: string;
        isSystemUser?: boolean;
        sessionId: string;
        userRecord: any;
    }
    Index

    Properties

    apiKey?: string
    apiKeyHash?: string

    SHA-256 hash of the MJ API key (used for scope authorization)

    apiKeyId?: string

    ID of the MJ API key used for authentication (when using mj_sk_* format keys)

    email: string
    isSystemUser?: boolean
    sessionId: string
    userRecord: any