Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleنمونه پاسخ خطا در کد پیامکی
"error": {
        "next_page": "otp",
        "reason": "otp was incorrect",
		"next_page_action":"/authenticate/first-page",
		"next_page_data":{
            "code_expire_date":1111
        }
    }


پاسخ درست (حالتی که مرحله بعد صفحه تشخصیص چهره باشد)

Code Block
languagetext
titleنمونه درست پاسخ و رفتن به مرحله تشخصی چهره
"success": {
        "next_page": "facedetection",
		"next_page_action":"/authenticate/face-decetion"
		"next_page_data":{...},
        "ready_for_final_authenticate": false
    }