SecurityBuilder.AddAuthenticationProvider<TOptions, TProvider>(Action<TOptions>) Method
In This Article
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public SecurityBuilder AddAuthenticationProvider<TOptions, TProvider>(
Action<TOptions> configureOptions
)
where TOptions : class where TProvider : IAuthenticationProviderV2
#Parameters
Name | Type |
---|---|
configure |
Action<TOptions> |
#Type Parameters
Name |
---|
TOptions |
TProvider |
#Returns
Type |
---|
Security |
See Also