다음을 통해 공유


SignInManager<TUser>.TwoFactorAuthenticatorSignInAsync 메서드

정의

인증자 앱에서 로그인 코드의 유효성을 검사하고 사용자를 비동기 작업으로 만들고 로그인합니다.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::SignInResult ^> ^ TwoFactorAuthenticatorSignInAsync(System::String ^ code, bool isPersistent, bool rememberClient);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult> TwoFactorAuthenticatorSignInAsync (string code, bool isPersistent, bool rememberClient);
abstract member TwoFactorAuthenticatorSignInAsync : string * bool * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult>
override this.TwoFactorAuthenticatorSignInAsync : string * bool * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult>
Public Overridable Function TwoFactorAuthenticatorSignInAsync (code As String, isPersistent As Boolean, rememberClient As Boolean) As Task(Of SignInResult)

매개 변수

code
String

유효성을 검사할 2단계 인증 코드입니다.

isPersistent
Boolean

브라우저를 닫은 후 로그인 쿠키를 유지할지 여부를 나타내는 플래그입니다.

rememberClient
Boolean

2단계 인증 프롬프트를 모두 표시하지 않고 현재 브라우저를 기억해야 하는지 여부를 나타내는 플래그입니다.

반환

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

적용 대상