C# Class DevZH.AspNetCore.Builder.QihooAppBuilderExtensions

Extension methods to add Qihoo 360 authentication capabilities to an HTTP application pipeline.
Datei anzeigen Open project: noliar/MoreAuthentication

Public Methods

Method Description
UseQihooAuthentication ( this app ) : IApplicationBuilder

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.

UseQihooAuthentication ( this app, QihooOptions options ) : IApplicationBuilder

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.

Method Details

UseQihooAuthentication() public static method

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.
public static UseQihooAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
return IApplicationBuilder

UseQihooAuthentication() public static method

Adds the QihooMiddleware middleware to the specified IApplicationBuilder, which enables Qihoo 360 authentication capabilities.
public static UseQihooAuthentication ( this app, QihooOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options QihooOptions A that specifies options for the middleware.
return IApplicationBuilder