Files
codeql/csharp/ql/test/resources/stubs/Microsoft.AspNetCore.Authentication.cs
2021-07-12 01:13:39 +03:00

10 lines
158 B
C#

namespace Microsoft.AspNetCore.Authentication
{
public class AuthenticationBuilder
{
}
public class AuthenticationSchemeOptions
{
}
}