AuthenticationStateProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关当前用户的身份验证状态的信息。
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 提供通知。 例如,如果用户登录或注销,可能会引发此事件。 |