IHostEnvironmentAuthenticationStateProvider Interface

Definition

An interface implemented by AuthenticationStateProvider classes that can receive authentication state information from the host environment.

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
Derived

Methods

SetAuthenticationState(Task<AuthenticationState>)

Supplies updated authentication state data to the AuthenticationStateProvider.

Applies to