supertokens-node
    Preparing search index...

    Variable getAllSessionHandlesForUser

    getAllSessionHandlesForUser: (
        userId: string,
        fetchSessionsForAllLinkedAccounts?: boolean,
        tenantId?: string,
        userContext?: Record<string, any>,
    ) => Promise<string[]> = SessionWrapper.getAllSessionHandlesForUser

    Type declaration

      • (
            userId: string,
            fetchSessionsForAllLinkedAccounts?: boolean,
            tenantId?: string,
            userContext?: Record<string, any>,
        ): Promise<string[]>
      • Parameters

        • userId: string
        • fetchSessionsForAllLinkedAccounts: boolean = true
        • OptionaltenantId: string
        • OptionaluserContext: Record<string, any>

        Returns Promise<string[]>