supertokens-node
    Preparing search index...

    Variable revokeAllSessionsForUser

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

    Type declaration

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

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

        Returns Promise<string[]>