attemptVerification
suspend fun EmailAddress.attemptVerification(code: String): ClerkResult<EmailAddress, ClerkErrorResponse>
Attempts to verify the email address with the given code.
Return
A ClerkResult containing the updated EmailAddress if the verification was successful, or a ClerkErrorResponse if the verification failed.
Parameters
code
The verification code sent to the email address.