11 lines
228 B
C#
11 lines
228 B
C#
namespace Core.Blueprint.Logging
|
|
{
|
|
public static class Headers
|
|
{
|
|
/// <summary>
|
|
/// The authorization header.
|
|
/// </summary>
|
|
public const string Authorization = "Authorization";
|
|
}
|
|
}
|