Class IdentityServerBuilder
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
IdentityServer helper class for DI configuration
public class IdentityServerBuilder : IIdentityServerBuilder
- Inheritance
-
IdentityServerBuilder
- Implements
- Inherited Members
- Extension Methods
Constructors
IdentityServerBuilder(IServiceCollection)
Initializes a new instance of the IdentityServerBuilder class.
public IdentityServerBuilder(IServiceCollection services)
Parameters
services
IServiceCollectionThe services.
Exceptions
- ArgumentNullException
services
Properties
Services
Gets the services.
public IServiceCollection Services { get; }
Property Value
- IServiceCollection
The services.