
.authenticator.1.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of authenticator Show documentation
Show all versions of authenticator Show documentation
Provides lightweight Java implementations of the HOTP and TOTP multi-factor authentication specification.
The newest version!
/**
* Provides a modern multi factor authentication token implementation for the HOTP and TOTP protocol
* specifications.
*
* @author Johannes Donath
*/
module com.torchmind.authenticator {
exports com.torchmind.authenticator;
requires static com.github.spotbugs.annotations;
requires org.apache.commons.codec;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy