Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
917 stars 181 forks source link

Feature/verify v2 byop #400

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

This adds the ability for the developer to set your own PIN in Verify V2

Description

You can now call request->setCode(CODE) on a Verify request to use your own generated PIN.

Motivation and Context

New API features

How Has This Been Tested?

Tests added

Types of changes

Checklist: