IHostEnvironmentAuthenticationStateProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |