Login
email
and phone
.TIP
Payload
auth.login.payload
phone
string
LoginByMobilePayload.phone
email
string
required
type
enum<string>
LoginByMobilePayload.type
Allowed values:
mobileemail
country_code
string
LoginByMobilePayload.country_code
Example:
SA
Response
Success
Error
auth.login.success
success
boolean
success
status
enum<number>
status
Allowed values:
200201202
data
object
data
verification
object
required
Usage
Mobile
Email
In the case of using the phone number as a login type, the developer can use the example below to receive the data, and redirect the user accordingly.
Events
onCodeSent
onCodeNotSent
Modified at 2025-03-04 12:54:02