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