confirmPhoneVerification

Confirms a phone verification using the code sent to the account holder.

Return

A pair of the confirmed AccountObjects.PhoneVerification and any NetworkingError.

Parameters

accountId

The ID of the account.

verificationId

The ID of the pending phone verification.

request

The confirmation payload containing the one-time code.


Confirms a phone verification using the code sent to the account holder.

Parameters

accountId

The ID of the account.

verificationId

The ID of the pending phone verification.

request

The confirmation payload containing the one-time code.

completionHandler

Called with the confirmed AccountObjects.PhoneVerification or a NetworkingError.