Class AbpAccountAuthenticationBuilderExtensions
Inheritance
AbpAccountAuthenticationBuilderExtensions
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public static class AbpAccountAuthenticationBuilderExtensions
Methods
WithDynamicOptions<TOptions, THandler>(AuthenticationBuilder, string, Action<ExternalProviderDefinitionBuilder<TOptions>>)
Declaration
public static AuthenticationBuilder WithDynamicOptions<TOptions, THandler>(this AuthenticationBuilder authenticationBuilder, string authenticationSchema, Action<ExternalProviderDefinitionBuilder<TOptions>> buildAction) where TOptions : RemoteAuthenticationOptions, new() where THandler : RemoteAuthenticationHandler<TOptions>
Parameters
Returns
Type Parameters
Name |
Description |
TOptions |
|
THandler |
|