verifyPasswordless
This SDK is deprecated in favor of the Core and UI JS SDKs. See Migrating to the latest SDKs to use the latest Core and UI SDKs.
Support for the Legacy JS SDK ends on 28 February, 2021. |
reach5('verifyPasswordless', { phoneNumber: string, verificationCode: string, auth: object, callback: function, })
Examples
reach5('verifyPasswordless', {
phoneNumber: '+33606060606',
verificationCode: '123456',
auth: {
// ...
}
}, function (err) {
// Handle error or success (err === null)
});
Parameters
User’s phone number. Both the international format and the national conventions of the account’s country are accepted if configured in account settings. |
|||||||||||||||||||||||||
Verification code for request password reset flow. |
|||||||||||||||||||||||||
List of authentication options
|
|||||||||||||||||||||||||
Event callback that was used with on. |