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

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

공개 메소드들

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

Adds the WeChatMiddleware middleware to the specified IApplicationBuilder, which enables WeChat authentication capabilities.

UseWeChatAuthentication ( this app, WeChatOptions options ) : IApplicationBuilder

Adds the WeChatMiddleware middleware to the specified IApplicationBuilder, which enables WeChat authentication capabilities.

메소드 상세

UseWeChatAuthentication() 공개 정적인 메소드

Adds the WeChatMiddleware middleware to the specified IApplicationBuilder, which enables WeChat authentication capabilities.
public static UseWeChatAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
리턴 IApplicationBuilder

UseWeChatAuthentication() 공개 정적인 메소드

Adds the WeChatMiddleware middleware to the specified IApplicationBuilder, which enables WeChat authentication capabilities.
public static UseWeChatAuthentication ( this app, WeChatOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options WeChatOptions A that specifies options for the middleware.
리턴 IApplicationBuilder