attemptSecondFactor
suspend fun SignIn.attemptSecondFactor(params: SignIn.AttemptSecondFactorParams): ClerkResult<SignIn, ClerkErrorResponse>
Attempts to complete the second factor verification process.
Return
A ClerkResult containing the updated SignIn object on success, or a ClerkErrorResponse on failure.
Parameters
params
The parameters for the second factor verification.