resendPhoneVerification

suspend fun resendPhoneVerification(number: String, regionCode: String): ResourceResult<Boolean>

Resend an SMS message to the provided phone number asking the recipient to verify their phone number. Whether the phone has been registered or not through sign up, this method will return 200 in order to prevent \"account enumeration\" security breaches.

Return

Message

Parameters

number

The phone number (can be formatted in any way that's useful for end users).

regionCode

CLDR two-letter region code describing the region in which the phone number was issued.