How the SMS verification flow works
masterThe SMS verification process follows a two-step pattern involving an Operation ID (OID):
- Initiation: Call
sendSignSMSCode(token, phone). This triggers the SMS and returns anOID. - Verification: Call
verifySignSMSCode(token, smsCode, operationId), passing theOIDreceived in the first step to validate the user's input.