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()

Metody

GetAuthenticationStateAsync()

Asynchronně získá popis AuthenticationState 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