AuthenticationStateProvider Třída

Definice

Poskytuje informace o stavu ověřování aktuálního uživatele.

public ref class AuthenticationStateProvider abstract
public abstract class AuthenticationStateProvider
type AuthenticationStateProvider = class
Public MustInherit Class AuthenticationStateProvider
Dědičnost
AuthenticationStateProvider
Odvozené

Konstruktory

AuthenticationStateProvider()

Poskytuje informace o stavu ověřování aktuálního uživatele.

Metody

GetAuthenticationStateAsync()

Asynchronně získá objekt AuthenticationState , který popisuje aktuálního uživatele.

NotifyAuthenticationStateChanged(Task<AuthenticationState>)

AuthenticationStateChanged Vyvolá událost.

Událost

AuthenticationStateChanged

Událost, která poskytuje oznámení, když došlo ke AuthenticationState změně. Tato událost může být například vyvolána, pokud se uživatel přihlásí nebo odhlásí.

Platí pro