Share via


IHostEnvironmentAuthenticationStateProvider Interface

Definition

An interface implemented by services to receive authentication state information from the host environment. If this is implemented by the host's AuthenticationStateProvider, it will receive authentication state from the HttpContext. Or if this implemented service that is registered directly as an IHostEnvironmentAuthenticationStateProvider, it will receive the AuthenticationState returned by GetAuthenticationStateAsync()

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