Partilhar via


SignInManager<TUser>.GetTwoFactorAuthenticationUserAsync Método

Definição

Obtém o TUser para o logon de autenticação de dois fatores atual, como uma operação assíncrona.

public:
 virtual System::Threading::Tasks::Task<TUser> ^ GetTwoFactorAuthenticationUserAsync();
public virtual System.Threading.Tasks.Task<TUser> GetTwoFactorAuthenticationUserAsync ();
public virtual System.Threading.Tasks.Task<TUser?> GetTwoFactorAuthenticationUserAsync ();
abstract member GetTwoFactorAuthenticationUserAsync : unit -> System.Threading.Tasks.Task<'User (requires 'User : null)>
override this.GetTwoFactorAuthenticationUserAsync : unit -> System.Threading.Tasks.Task<'User (requires 'User : null)>
Public Overridable Function GetTwoFactorAuthenticationUserAsync () As Task(Of TUser)

Retornos

Task<TUser>

O objeto de tarefa que representa a operação assíncrona que contém o TUser para a tentativa de entrada.

Aplica-se a