Table of Contents

Interface IAttachmentDownloadTicketReader

Namespace
MailFathom.Application.EmailContent.Attachments
Assembly
MailFathom.Application.dll

Turns the capability a caller presents back into what it authorizes, or refuses it.

public interface IAttachmentDownloadTicketReader

Remarks

The other half of IAttachmentDownloadLinkIssuer, kept a separate port because the two are reached from opposite directions: one is called while a mailbox is being read, the other by an unauthenticated request that has presented nothing but the capability itself.

Methods

RedeemAsync(string, CancellationToken)

Verifies a presented capability and reports what it authorizes.