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

dev.samstevens.totp.exceptions.CodeGenerationException Maven / Gradle / Ivy

Go to download

A library to help implement time-based one time passwords to enable MFA.

There is a newer version: 1.7.1
Show newest version
package dev.samstevens.totp.exceptions;

public class CodeGenerationException extends Exception {
    public CodeGenerationException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy