1 type derived from RemoteAuthenticatorViewCore
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorView.cs (1)
10
public class RemoteAuthenticatorView :
RemoteAuthenticatorViewCore
<RemoteAuthenticationState>
3 references to RemoteAuthenticatorViewCore
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Models\RemoteAuthenticationActions.cs (1)
7
/// Represents the list of authentication actions that can be performed by the <see cref="
RemoteAuthenticatorViewCore
{TAuthenticationState}"/>.
RemoteAuthenticatorView.cs (1)
7
/// An <see cref="
RemoteAuthenticatorViewCore
{TAuthenticationState}"/> that uses <see cref="RemoteAuthenticationState"/> as the
RemoteAuthenticatorViewCore.cs (1)
109
[Inject] internal ILogger<
RemoteAuthenticatorViewCore
<TAuthenticationState>> Logger { get; set; } = default!;