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