---
id: gk-foundation-secure-download-after-download
title: "Action - gk/foundation/secure-download/after-download"
sidebar_label: "gk/foundation/secure-download/after-download"
tags:
  - "1.3.0"
---

# Action: gk/foundation/secure-download/after-download

Fires after a file download completes.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $file_path | `string` | The absolute path to the file. |
| $user_id | `int` | The user ID that downloaded the file. |
| $token_data | `array` | The decrypted token data. |

### Since

- 1.3.0

### Source

Defined in `Components/SecureDownload.php` at line 602

