@edgible-team/sdk
    Preparing search index...

    Interface AuthMe

    GET /auth/me response (backend routes/handlers/auth).

    interface AuthMe {
        authType: string;
        deviceId: string | null;
        email: string | null;
        groups: string[];
        organizations: string[];
        userId: string | null;
    }
    Index

    Properties

    authType: string
    deviceId: string | null
    email: string | null
    groups: string[]
    organizations: string[]
    userId: string | null