ApiKeyChallengeFormat enumeration
Specifies the format for API key authentication challenges.
public enum ApiKeyChallengeFormat
Values
| name | value | description |
|---|---|---|
| ApiKeyHeader | 0 | Emits: ApiKey header="X-Api-Key" |
| HeaderOnly | 1 | Emits: X-Api-Key |
See Also
- namespace Kestrun.Authentication