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