Method | Description | |
---|---|---|
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.
|
public static UseSinaAuthentication ( this app ) : IApplicationBuilder | ||
app | this | The |
return | IApplicationBuilder |
public static UseSinaAuthentication ( this app, SinaOptions options ) : IApplicationBuilder | ||
app | this | The |
options | SinaOptions | A |
return | IApplicationBuilder |