Table of Contents

Class ProviderInfo

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Represents information about a provider, including client details, authorization status, version information, and configuration related to OpenSettings, OpenIdConnect, and Redis.

public class ProviderInfo
Inheritance
ProviderInfo
Inherited Members

Properties

Client

Gets or sets the client information associated with the provider.

public ProviderInfoClient Client { get; set; }

Property Value

ProviderInfoClient

OpenIdConnect

Gets or sets the OpenIdConnect configuration for the provider.

public OpenIdConnectInfo OpenIdConnect { get; set; }

Property Value

OpenIdConnectInfo

PackInfo

Gets or sets the pack information for OpenSettings, including version, score, and whether it is a preview version.

public PackInfo PackInfo { get; set; }

Property Value

PackInfo

Redis

Gets or sets the Redis configuration for the provider.

public RedisInfo Redis { get; set; }

Property Value

RedisInfo

RequiresAuthentication

Gets or sets a value indicating whether authentication is required for this provider.

public bool RequiresAuthentication { get; set; }

Property Value

bool