Method | Description | |
---|---|---|
UseBaiduAuthentication ( this app ) : IApplicationBuilder |
Adds the BaiduMiddleware middleware to the specified IApplicationBuilder, which enables Baidu authentication capabilities.
|
|
UseBaiduAuthentication ( this app, BaiduOptions options ) : IApplicationBuilder |
Adds the BaiduMiddleware middleware to the specified IApplicationBuilder, which enables Baidu authentication capabilities.
|
public static UseBaiduAuthentication ( this app ) : IApplicationBuilder | ||
app | this | The |
return | IApplicationBuilder |
public static UseBaiduAuthentication ( this app, BaiduOptions options ) : IApplicationBuilder | ||
app | this | The |
options | BaiduOptions | A |
return | IApplicationBuilder |