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