SignInManager<TUser>.GetTwoFactorAuthenticationUserAsync 메서드

정의

TUser 현재 2단계 인증 로그인에 대한 를 비동기 작업으로 가져옵니다.

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)

반환

Task<TUser>

로그인 시도에 대한 를 포함하는 TUser 비동기 작업을 나타내는 작업 개체입니다.

적용 대상