Partager via


AuthenticationStateProvider.GetAuthenticationStateAsync Méthode

Définition

Obtient de manière asynchrone un AuthenticationState qui décrit l’utilisateur actuel.

public:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ GetAuthenticationStateAsync();
public abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> GetAuthenticationStateAsync ();
abstract member GetAuthenticationStateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>
Public MustOverride Function GetAuthenticationStateAsync () As Task(Of AuthenticationState)

Retours

Tâche qui, une fois résolue, donne une AuthenticationState instance qui décrit l’utilisateur actuel.

S’applique à