/** * @deprecated Please use `VerifyChallengeOptions` instead. */ export type VerifyFactorOptions = { authenticationChallengeId: string; code: string; };