IAuthenticationWebBuilderUseProvider(String, String, String) Method
Adds the default middleware type for the given provider identity to the application's request pipeline.
Namespace: Gemstone.Web.SecurityAssembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
function UseProvider(providerIdentity, pathMatch, scheme);
- providerIdentity String
- The identity of the authentication provider
- pathMatch String
- The path on which requests will require authentication using this provider
- scheme String
- The authentication scheme to require on the endpoint
IAuthenticationWebBuilderThe authentication web builder.