Share via


ServerAuthenticationStateProvider 클래스

정의

AuthenticationStateProvider 서버 쪽 Blazor에서 사용하기 위한 입니다.

public ref class ServerAuthenticationStateProvider : Microsoft::AspNetCore::Components::Authorization::AuthenticationStateProvider, Microsoft::AspNetCore::Components::Authorization::IHostEnvironmentAuthenticationStateProvider
public class ServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider, Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider
type ServerAuthenticationStateProvider = class
    inherit AuthenticationStateProvider
    interface IHostEnvironmentAuthenticationStateProvider
Public Class ServerAuthenticationStateProvider
Inherits AuthenticationStateProvider
Implements IHostEnvironmentAuthenticationStateProvider
상속
ServerAuthenticationStateProvider
파생
구현

생성자

ServerAuthenticationStateProvider()

AuthenticationStateProvider 서버 쪽 Blazor에서 사용하기 위한 입니다.

메서드

GetAuthenticationStateAsync()

현재 사용자를 설명하는 을 AuthenticationState 비동기적으로 가져옵니다.

NotifyAuthenticationStateChanged(Task<AuthenticationState>)

AuthenticationStateChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 AuthenticationStateProvider)
SetAuthenticationState(Task<AuthenticationState>)

업데이트된 인증 상태 데이터를 에 AuthenticationStateProvider제공합니다.

이벤트

AuthenticationStateChanged

가 변경된 경우 AuthenticationState 알림을 제공하는 이벤트입니다. 예를 들어 사용자가 로그인하거나 로그아웃하는 경우 이 이벤트가 발생할 수 있습니다.

(다음에서 상속됨 AuthenticationStateProvider)

적용 대상