다음을 통해 공유


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 알림을 제공하는 이벤트입니다. 예를 들어 사용자가 로그인하거나 로그아웃하는 경우 이 이벤트가 발생할 수 있습니다.

적용 대상