DeviceBridge/Common/Authentication/SchemesNamesConst.cs (8 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace DeviceBridge.Common.Authentication
{
public static class SchemesNamesConst
{
public const string TokenAuthenticationDefaultScheme = "TokenAuthenticationScheme";
}
}