IEcmaStartup
Last updated
Last updated
Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that a start up class must implement
This method is called when the ECMA2 framework is initializing. Use this method to configure the configuration builder.
builder
IConfigurationBuilder
The configuration builder to configure
This method is called when the ECMA2 framework is initializing. Use this method to register your custom services with the DI container.
services
IServiceCollection
A collection of services to add your custom services to
configParameters
The configuration parameters as made available from the Microsoft Identity Management service