Class AuthorizationServiceClientSettings
- Namespace
- FoundationaLLM.Common.Models.Configuration.Authorization
- Assembly
- FoundationaLLM.Common.dll
Authorization service client settings
public record AuthorizationServiceClientSettings : CacheSettings, IEquatable<CacheSettings>, IEquatable<AuthorizationServiceClientSettings>
- Inheritance
-
AuthorizationServiceClientSettings
- Implements
- Inherited Members
- Extension Methods
Properties
APIScope
Provides the API scope of the Authorization service.
public required string APIScope { get; set; }
Property Value
APIUrl
Provides the API URL of the Authorization service.
public required string APIUrl { get; set; }