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

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

공개 메소드들

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

Adds the SinaMiddleware middleware to the specified IApplicationBuilder, which enables Sina authentication capabilities.

UseSinaAuthentication ( this app, SinaOptions options ) : IApplicationBuilder

Adds the SinaMiddleware middleware to the specified IApplicationBuilder, which enables Sina authentication capabilities.

메소드 상세

UseSinaAuthentication() 공개 정적인 메소드

Adds the SinaMiddleware middleware to the specified IApplicationBuilder, which enables Sina authentication capabilities.
public static UseSinaAuthentication ( this app ) : IApplicationBuilder
app this The to add the middleware to.
리턴 IApplicationBuilder

UseSinaAuthentication() 공개 정적인 메소드

Adds the SinaMiddleware middleware to the specified IApplicationBuilder, which enables Sina authentication capabilities.
public static UseSinaAuthentication ( this app, SinaOptions options ) : IApplicationBuilder
app this The to add the middleware to.
options SinaOptions A that specifies options for the middleware.
리턴 IApplicationBuilder