updateCurrentUserPhone

fun updateCurrentUserPhone(phone: String?, callback: UpdateCurrentUserPhoneCallback)

Changes the user’s phone number that is used for two-factor authentication. Changes are made on the user data storage side (server-side).

See also

Parameters

phone

New user phone number.

callback

Status callback.

Sources

Link copied to clipboard