C# 클래스 DevZH.AspNetCore.Builder.XiaoMiAppBuilderExtensions

Extension methods to add XiaoMi authentication capabilities to an HTTP application pipeline.
파일 보기 프로젝트 열기: noliar/MoreAuthentication

공개 메소드들

메소드 설명
UseXiaoMiAuthentication ( this app ) : IApplicationBuilder

Adds the XiaoMiMiddleware middleware to the specified IApplicationBuilder, which enables XiaoMi authentication capabilities.

UseXiaoMiAuthentication ( this app, XiaoMiOptions options ) : IApplicationBuilder

Adds the XiaoMiMiddleware middleware to the specified IApplicationBuilder, which enables XiaoMi authentication capabilities.

메소드 상세

UseXiaoMiAuthentication() 공개 정적인 메소드

Adds the XiaoMiMiddleware middleware to the specified IApplicationBuilder, which enables XiaoMi authentication capabilities.
public static UseXiaoMiAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
리턴 IApplicationBuilder

UseXiaoMiAuthentication() 공개 정적인 메소드

Adds the XiaoMiMiddleware middleware to the specified IApplicationBuilder, which enables XiaoMi authentication capabilities.
public static UseXiaoMiAuthentication ( this app, XiaoMiOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options XiaoMiOptions A that specifies options for the middleware.
리턴 IApplicationBuilder