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