All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.authenticator.1.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

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