Class DynamicProviderOptions.DynamicProviderType
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Models a provider type registered with the dynamic providers feature.
public class DynamicProviderOptions.DynamicProviderType
- Inheritance
-
DynamicProviderOptions.DynamicProviderType
- Inherited Members
Constructors
DynamicProviderType()
public DynamicProviderType()
Properties
HandlerType
The type of the handler.
public Type HandlerType { get; set; }
Property Value
IdentityProviderType
The identity provider protocol type.
public Type IdentityProviderType { get; set; }
Property Value
OptionsType
The type of the options.
public Type OptionsType { get; set; }