twilio / authy-java

Java Client for Twilio Authy Two-Factor Authentication (2FA) API
https://www.twilio.com/docs/authy/api
MIT License
66 stars 46 forks source link

Add methods for check verification status #61

Closed tcjcodes closed 5 years ago

tcjcodes commented 5 years ago

Possible solution for #60

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.08%. The diff coverage is 75.6%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #61      +/-   ##
=========================================
+ Coverage   73.61%   73.7%   +0.08%     
=========================================
  Files          23      24       +1     
  Lines         921     962      +41     
  Branches       95      99       +4     
=========================================
+ Hits          678     709      +31     
- Misses        202     211       +9     
- Partials       41      42       +1
Impacted Files Coverage Δ
src/main/java/com/authy/api/PhoneVerification.java 93.93% <100%> (+3.46%) :arrow_up:
...rc/main/java/com/authy/api/VerificationStatus.java 65.51% <65.51%> (ø)
tcjcodes commented 5 years ago

Noticed the 2 new fields were missing so I added a new object for it...

robinske commented 5 years ago

Hi @tcjcodes - sorry for the delay on this. We've moved Phone Verification to the Twilio helper library, you can check that out here:

The Twilio Java helper library will stay up to date with the latest API changes in Verify V2, we won't be accepting more changes for Verify V1 here. Thank you for understanding!