attemptVerification
suspend fun SignUp.attemptVerification(params: SignUp.AttemptVerificationParams): ClerkResult<SignUp, ClerkErrorResponse>
Attempts to complete the in-flight verification process that corresponds to the given strategy. In order to use this method, you should first initiate a verification process by calling SignUp.prepareVerification.
Depending on the strategy, the method parameters could differ.
Return
A ClerkResult containing either the updated SignUp object reflecting the verification attempt's result, or a ClerkErrorResponse if the verification failed.
Parameters
params
The parameters for the verification attempt. This includes the strategy and the verification code received via email or SMS.