samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
422 stars 103 forks source link

Update README.md #33

Closed ralscha closed 4 years ago

ralscha commented 4 years ago

This example does not compile, because the interface CodeVerifier only exposes the method isValidCode.

samdjstevens commented 4 years ago

Thanks!