1 implementation of IRemoteAuthenticationService
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
26
IRemoteAuthenticationService
<TRemoteAuthenticationState>,
3 references to IRemoteAuthenticationService
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
RemoteAuthenticatorViewCore.cs (1)
103
[Inject] internal
IRemoteAuthenticationService
<TAuthenticationState> AuthenticationService { get; set; } = default!;
Services\RemoteAuthenticationService.cs (1)
16
/// The default implementation for <see cref="
IRemoteAuthenticationService
{TRemoteAuthenticationState}"/> that uses JS interop to authenticate the user.
WebAssemblyAuthenticationServiceCollectionExtensions.cs (1)
83
services.TryAddScoped(static sp => (
IRemoteAuthenticationService
<TRemoteAuthenticationState>)sp.GetRequiredService<AuthenticationStateProvider>());