MultiFactorAssertion interface

두 번째 단계의 소유권을 어설션하기 위한 기본 클래스입니다.

이 방법은 기존 사용자의 두 번째 단계를 등록하거나 첫 번째 단계를 이미 인증한 사용자의 로그인을 지원하는 데 사용됩니다.

서명:

export interface MultiFactorAssertion 

속성

속성 유형 설명
factorId (FactorIdMap 유형)[FactorIdMap의 키 유형] 두 번째 단계의 식별자입니다.

MultiFactorAssertion.factorId

두 번째 단계의 식별자입니다.

서명:

readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];