attemptVerification
suspend fun PhoneNumber.attemptVerification(code: String): ClerkResult<PhoneNumber, ClerkErrorResponse>
Attempts to verify this phone number using the provided verification code.
This is the second and final step in the phone number verification process. The verification code is typically sent via SMS after calling prepareVerification.
Return
A ClerkResult containing the updated PhoneNumber on success, or a ClerkErrorResponse on failure
Parameters
code
The one-time verification code received via SMS