C# Class DevZH.AspNetCore.Builder.YixinAppBuilderExtensions

Extension methods to add Yixin authentication capabilities to an HTTP application pipeline.
Afficher le fichier Open project: noliar/MoreAuthentication

Méthodes publiques

Méthode Description
UseYixinAuthentication ( this app ) : IApplicationBuilder

Adds the YixinMiddleware middleware to the specified IApplicationBuilder, which enables Yixin authentication capabilities.

UseYixinAuthentication ( this app, YixinOptions options ) : IApplicationBuilder

Adds the YixinMiddleware middleware to the specified IApplicationBuilder, which enables Yixin authentication capabilities.

Method Details

UseYixinAuthentication() public static méthode

Adds the YixinMiddleware middleware to the specified IApplicationBuilder, which enables Yixin authentication capabilities.
public static UseYixinAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
Résultat IApplicationBuilder

UseYixinAuthentication() public static méthode

Adds the YixinMiddleware middleware to the specified IApplicationBuilder, which enables Yixin authentication capabilities.
public static UseYixinAuthentication ( this app, YixinOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options YixinOptions A that specifies options for the middleware.
Résultat IApplicationBuilder