KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.Authentication.WebHostingConfigurator Class Reference

Configures current web-api server to act as OAuth2 authorization server More...

Inheritance diagram for KlusterKite.Web.Authentication.WebHostingConfigurator:
KlusterKite.Web.BaseWebHostingConfigurator KlusterKite.Web.IWebHostingConfigurator

Public Member Functions

override IApplicationBuilder ConfigureApplication (IApplicationBuilder app, Config config)
 Add additional application configuration More...
 
override void ConfigureServices (IServiceCollection services, Config config)
 Configures services list More...
 

Detailed Description

Configures current web-api server to act as OAuth2 authorization server

Definition at line 20 of file WebHostingConfigurator.cs.

Member Function Documentation

◆ ConfigureApplication()

override IApplicationBuilder KlusterKite.Web.Authentication.WebHostingConfigurator.ConfigureApplication ( IApplicationBuilder  app,
Config  config 
)
virtual

Add additional application configuration

Reimplemented from KlusterKite.Web.BaseWebHostingConfigurator.

Definition at line 23 of file WebHostingConfigurator.cs.

◆ ConfigureServices()

override void KlusterKite.Web.Authentication.WebHostingConfigurator.ConfigureServices ( IServiceCollection  services,
Config  config 
)
virtual

Configures services list

Reimplemented from KlusterKite.Web.BaseWebHostingConfigurator.

Definition at line 29 of file WebHostingConfigurator.cs.


The documentation for this class was generated from the following file: