sendEmailCode
suspend fun OrganizationDomain.sendEmailCode(affiliationEmailAddress: String): ClerkResult<OrganizationDomain, ClerkErrorResponse>
Sends a verification code to the specified email address for domain affiliation verification.
This is a convenience method that calls prepareAffiliationVerification. A one-time verification code will be sent to the specified email address. Use verifyCode to complete the verification process.
Return
A ClerkResult containing the updated OrganizationDomain on success or a ClerkErrorResponse on failure
Parameters
affiliationEmailAddress
The email address to send the verification code to