completeAuthByMobilePhone

fun completeAuthByMobilePhone(    phoneNumber: String,     code: String,     operationId: String,     callback: CompletePasswordlessAuthCallback)

Completes authentication after the user enters a one-time code or follows a link received by SMS.

See also

Parameters

phoneNumber

User phone number.

code

Confirmation code sent to the user via SMS.

operationId

ID of the confirmation code.

callback

Status callback.

Sources

Link copied to clipboard