Share via


IHostEnvironmentAuthenticationStateProvider インターフェイス

定義

ホスト環境から認証状態情報を受信できるクラスによって AuthenticationStateProvider 実装されるインターフェイス。

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
派生

メソッド

SetAuthenticationState(Task<AuthenticationState>)

更新された認証状態データを に提供します AuthenticationStateProvider

適用対象