Class APIKeyValidationSettings
- Namespace
- FoundationaLLM.Common.Authentication
- Assembly
- FoundationaLLM.Common.dll
Represents settings for API key validation.
public record APIKeyValidationSettings : IEquatable<APIKeyValidationSettings>
- Inheritance
-
APIKeyValidationSettings
- Implements
- Inherited Members
- Extension Methods
Properties
APIKey
The API key.
public required string APIKey { get; init; }