using System.Collections.Generic; using Microsoft.AspNetCore.Authorization; namespace Slopper.Api.YouTubeAuth; internal sealed record YouTubeScopeRequirement(params IReadOnlyCollection<string> Scopes) : IAuthorizationRequirement;