File: PolicySchemeOptions.cs
Web Access
Project: src\aspnetcore\src\Security\Authentication\Core\src\Microsoft.AspNetCore.Authentication.csproj (Microsoft.AspNetCore.Authentication)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.AspNetCore.Authentication;

/// <summary>
/// Contains the options used by the <see cref="PolicySchemeHandler"/>.
/// </summary>
public class PolicySchemeOptions : AuthenticationSchemeOptions
{ }