prepareVerification
suspend fun EmailAddress.prepareVerification(params: EmailAddress.PrepareVerificationParams): ClerkResult<EmailAddress, ClerkErrorResponse>
Prepares the email address for verification using the specified strategy.
Return
A ClerkResult containing the updated EmailAddress if the verification was successful, or a ClerkErrorResponse if the verification failed.
Parameters
params
The parameters to use for the verification.