Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
95 stars 119 forks source link

feat: Add Verify2 SMS from field #501

Closed SMadani closed 7 months ago

SMadani commented 7 months ago

Adds the from field to com.vonage.client.verify2.SmsWorkflow.

SMadani commented 7 months ago

Sorry I should have added in the requirements that from is optional - and I can't -see- any optional modifiers here

It is optional - there are two other constructors that don't use from and it can be null too.