cmuench/yubikey-library

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.php_cs
.travis.yml
LICENSE.md
README.md
composer.json
phpunit.xml.dist
example.php11
src/AuthenticationClient.php132
A
3 hrs
src/AuthenticationClientInterface.php6
src/Extractor/PartsExtractor.php16
src/Generator/NonceGenerator.php17
src/Generator/NonceGeneratorInterface.php6
src/Generator/SignatureGenerator.php9
src/Generator/SignatureGeneratorInterface.php6
src/Validator/OtpValidator.php17
src/Validator/OtpValidatorInterface.php6
src/Validator/ResponsePartsValidator.php15
src/Validator/ResponsePartsValidatorInterface.php6
src/Value/ApiConfiguration.php72
A
1 hr
src/Value/ApiConfigurationInterface.php13
src/Value/Status.php25