VerifyDownload reports whether `token` authorizes downloading attachment `index` of `messageID` (and is unexpired). Identity is NOT in the token; the download handler additionally binds the message to the path agent.
(token, messageID string, index int)
| 42 | // `index` of `messageID` (and is unexpired). Identity is NOT in the token; |
| 43 | // the download handler additionally binds the message to the path agent. |
| 44 | VerifyDownload(token, messageID string, index int) bool |
| 45 | } |
| 46 | |
| 47 | // nativeAttachmentStore mints capability tokens with the deployment HMAC secret |
no outgoing calls