Table of Contents

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

string

APIUrl

Provides the API URL of the Authorization service.

public required string APIUrl { get; set; }

Property Value

string