attemptAffiliationVerification
suspend fun OrganizationDomain.attemptAffiliationVerification(code: String): ClerkResult<OrganizationDomain, ClerkErrorResponse>
Attempts to verify the affiliation of this organization domain using a verification code.
Note: You must call prepareAffiliationVerification first to receive the verification code via email.
Return
A ClerkResult containing either the updated OrganizationDomain on success or a ClerkErrorResponse on failure
Parameters
code
The verification code received via email after calling prepareAffiliationVerification