1 implementation of IRemoteAuthenticationPathsProvider
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\DefaultRemoteApplicationPathsProvider.cs (1)
10
internal sealed class DefaultRemoteApplicationPathsProvider<[DynamicallyAccessedMembers(JsonSerialized)] TProviderOptions> :
IRemoteAuthenticationPathsProvider
where TProviderOptions : class, new()
2 references to IRemoteAuthenticationPathsProvider
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (1)
105
[Inject] internal
IRemoteAuthenticationPathsProvider
RemoteApplicationPathsProvider { get; set; } = default!;
WebAssemblyAuthenticationServiceCollectionExtensions.cs (1)
72
services.TryAddScoped<
IRemoteAuthenticationPathsProvider
, DefaultRemoteApplicationPathsProvider<TProviderOptions>>();