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