You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains the code to use Vonage's Verify API in Python. There is a more current package to user Vonage's Verify v2 API which is recommended to use for most use cases. The v2 API lets you send messages via multiple channels, including Email, SMS, MMS, WhatsApp, Messenger and others. You can also make Silent Authentication requests with Verify v2 to give an end user a more seamless experience.
4
+
5
+
This package includes methods for sending 2-factor authentication (2FA) messages and returns...
6
+
7
+
8
+
asdf
9
+
asdf
10
+
11
+
12
+
## Usage
13
+
14
+
It is recommended to use this as part of the main `vonage` package. The examples below assume you've created an instance of the `vonage.Vonage` class called `vonage_client`.
15
+
16
+
### Make a Verify Request
17
+
18
+
<!-- Create an `SmsMessage` object, then pass into the `Sms.send` method.
0 commit comments