aspnetcore/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoAuthenticationConsta...

11 lines
384 B
C#

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Identity.DefaultUI.WebSite
{
public static class ContosoAuthenticationConstants
{
public const string Scheme = "Contoso";
public const string DisplayName = "Contoso auth";
}
}