IBlazorSecurityBuilder.AddAuthenticationProvider<TProvider>() Method
Namespace: DevExpress.ExpressApp.Blazor.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
IBlazorSecurityBuilder AddAuthenticationProvider<TProvider>()
where TProvider : IAuthenticationProviderV2
Type Parameters
Name |
---|
TProvider |
Returns
Type | Description |
---|---|
IBlazorSecurityBuilder | Allows you to enable and configure the Security System in your application, and chain further configuration. |
See Also