using Microsoft.AspNetCore.Authorization; namespace Bit.Api.Auth.Authorization.Requirements; // // Requires that the id of the send request matches the id of the subject claim in the send access token. // public class SameSendIdRequirement : IAuthorizationRequirement { }