2 implementations of Services
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticationBuilder.cs (1)
15public IServiceCollection Services { get; }
Microsoft.Authentication.WebAssembly.Msal (1)
MsalWebAssemblyServiceCollectionExtensions.cs (1)
74public IServiceCollection Services { get; }
1 reference to Services
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticationBuilderExtensions.cs (1)
29builder.Services.Replace(ServiceDescriptor.Scoped<AccountClaimsPrincipalFactory<TAccount>, TAccountClaimsPrincipalFactory>());