C# Class DevZH.AspNetCore.Builder.TaobaoAppBuilderExtensions

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

Public Methods

Method Description
UseTaobaoAuthentication ( this app ) : IApplicationBuilder

Adds the TaobaoMiddleware middleware to the specified IApplicationBuilder, which enables Taobao authentication capabilities.

UseTaobaoAuthentication ( this app, TaobaoOptions options ) : IApplicationBuilder

Adds the TaobaoMiddleware middleware to the specified IApplicationBuilder, which enables Taobao authentication capabilities.

Method Details

UseTaobaoAuthentication() public static method

Adds the TaobaoMiddleware middleware to the specified IApplicationBuilder, which enables Taobao authentication capabilities.
public static UseTaobaoAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
return IApplicationBuilder

UseTaobaoAuthentication() public static method

Adds the TaobaoMiddleware middleware to the specified IApplicationBuilder, which enables Taobao authentication capabilities.
public static UseTaobaoAuthentication ( this app, TaobaoOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options TaobaoOptions A that specifies options for the middleware.
return IApplicationBuilder