Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 404 Bytes

sms.md

File metadata and controls

22 lines (17 loc) · 404 Bytes

AriesSDK.retrieveSmsOtp()

AriesSDK.retrieveSmsOtp();

Ask native to listen for auth sms y and retrieves the otp code.

Response:

Field Type Description
otp string The otp code that was sent in the SMS

A successful response body will contain the following information:

{
  response: {
    "otp": "123456"
  }
}