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