C# Class Smartiks.Framework.Identity.Authentication.Web.Extensions.ApplicationBuilderExtensions

Exibir arquivo Open project: smartikscomtr/smartiks-framework

Public Methods

Method Description
UseIdentityAuthentication ( IApplicationBuilder app ) : void

Adds the T:Microsoft.AspNetCore.Authentication.AuthenticationMiddleware to the specified T:Microsoft.AspNetCore.Builder.IApplicationBuilder, which enables authentication capabilities.

Method Details

UseIdentityAuthentication() public static method

Adds the T:Microsoft.AspNetCore.Authentication.AuthenticationMiddleware to the specified T:Microsoft.AspNetCore.Builder.IApplicationBuilder, which enables authentication capabilities.
public static UseIdentityAuthentication ( IApplicationBuilder app ) : void
app IApplicationBuilder The to add the middleware to.
return void