prepareFirstFactor
suspend fun SignIn.prepareFirstFactor(params: SignIn.PrepareFirstFactorParams): ClerkResult<SignIn, ClerkErrorResponse>
Begins 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 preparing the first factor verification.