C# Класс DevZH.AspNetCore.Builder.YixinAppBuilderExtensions

Extension methods to add Yixin authentication capabilities to an HTTP application pipeline.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

UseYixinAuthentication() публичный статический Метод

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.
Результат IApplicationBuilder

UseYixinAuthentication() публичный статический Метод

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.
Результат IApplicationBuilder