Skip to main content
All docs
V25.2
  • IBlazorSecurityBuilder.AddAuthenticationProvider<TProvider>() Method

    Namespace: DevExpress.ExpressApp.Blazor.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.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