verifyCode
suspend fun OrganizationDomain.verifyCode(code: String): ClerkResult<OrganizationDomain, ClerkErrorResponse>
Verifies the domain affiliation using the provided verification code.
This is a convenience method that calls attemptAffiliationVerification with the provided code. The verification code is typically received via email after calling sendEmailCode.
Return
A ClerkResult containing the updated OrganizationDomain on success or a ClerkErrorResponse on failure
Parameters
code
The verification code received via email