All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 3m54s
7 lines
176 B
C#
7 lines
176 B
C#
namespace SfeduSchedule.Auth;
|
|
|
|
public static class ApiKeyAuthenticationDefaults
|
|
{
|
|
public const string Scheme = "ApiKey";
|
|
public const string HeaderName = "X-Api-Key";
|
|
} |