AuthenticationStateProvider 类

定义

提供有关当前用户的身份验证状态的信息。

public ref class AuthenticationStateProvider abstract
public abstract class AuthenticationStateProvider
type AuthenticationStateProvider = class
Public MustInherit Class AuthenticationStateProvider
继承
AuthenticationStateProvider
派生

构造函数

AuthenticationStateProvider()

提供有关当前用户的身份验证状态的信息。

方法

GetAuthenticationStateAsync()

异步获取 AuthenticationState 描述当前用户的 。

NotifyAuthenticationStateChanged(Task<AuthenticationState>)

引发 AuthenticationStateChanged 事件。

事件

AuthenticationStateChanged

一个事件,该事件在 已更改时 AuthenticationState 提供通知。 例如,如果用户登录或注销,可能会引发此事件。

适用于