11 lines
245 B
C#
11 lines
245 B
C#
namespace Lib.Common.LoggingAPI.Service.Constants
|
|
{
|
|
public static class Headers
|
|
{
|
|
/// <summary>
|
|
/// The authorization header.
|
|
/// </summary>
|
|
public const string Authorization = "Authorization";
|
|
}
|
|
}
|