2 references to AddAccountClaimsPrincipalFactory
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticationBuilderExtensions.cs (2)
44
where TAccountClaimsPrincipalFactory : AccountClaimsPrincipalFactory<RemoteUserAccount> => builder.
AddAccountClaimsPrincipalFactory
<TRemoteAuthenticationState, RemoteUserAccount, TAccountClaimsPrincipalFactory>();
54
where TAccountClaimsPrincipalFactory : AccountClaimsPrincipalFactory<RemoteUserAccount> => builder.
AddAccountClaimsPrincipalFactory
<RemoteAuthenticationState, RemoteUserAccount, TAccountClaimsPrincipalFactory>();