AuthenticationStateProvider Klasa

Definicja

Zawiera informacje o stanie uwierzytelniania bieżącego użytkownika.

public ref class AuthenticationStateProvider abstract
public abstract class AuthenticationStateProvider
type AuthenticationStateProvider = class
Public MustInherit Class AuthenticationStateProvider
Dziedziczenie
AuthenticationStateProvider
Pochodne

Konstruktory

AuthenticationStateProvider()

Zawiera informacje o stanie uwierzytelniania bieżącego użytkownika.

Metody

GetAuthenticationStateAsync()

Asynchronicznie pobiera element AuthenticationState opisujący bieżącego użytkownika.

NotifyAuthenticationStateChanged(Task<AuthenticationState>)

AuthenticationStateChanged Zgłasza zdarzenie.

Zdarzenia

AuthenticationStateChanged

Zdarzenie, które dostarcza powiadomienie po AuthenticationState zmianie. Na przykład to zdarzenie może zostać zgłoszone, jeśli użytkownik zaloguje się lub wyloguje.

Dotyczy