We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f1bea commit a8e4c36Copy full SHA for a8e4c36
README.md
@@ -94,6 +94,17 @@ else:
94
print 'Error:', response['error_text']
95
```
96
97
+### Controlling a verification
98
+
99
+To cancel an in-progress verification or to trigger the next attempt to
100
+send the confirmation code, call the control_verification_request method:
101
102
+```python
103
+client.control_verification_request(cmd='cancel', request_id='00e6c3377e5348cdaf567e1417c707a5')
104
105
+client.control_verification_request(cmd='trigger_next_event', request_id='00e6c3377e5348cdaf567e1417c707a5')
106
+```
107
108
109
License
110
-------
0 commit comments