@bugbug-io/sdk
    Preparing search index...

    Interface AuthIdentity

    interface AuthIdentity {
        tokenType: "user" | "project" | "organization";
        name: string;
        expiresAt: string | null;
        subscriptionType: string | null;
        subscriptionExpiresAt: string | null;
        projectId: string | null;
        organizationId: string | null;
        userId: string | null;
    }
    Index

    Properties

    tokenType: "user" | "project" | "organization"
    name: string
    expiresAt: string | null
    subscriptionType: string | null
    subscriptionExpiresAt: string | null
    projectId: string | null
    organizationId: string | null
    userId: string | null