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

com.authy.AuthyException Maven / Gradle / Ivy

Go to download

This module is intended to include all Java code related to CAS MFA and Authy integration. Mostly for now, this only hosts Authy code.

There is a newer version: 1.0.0-RC10
Show newest version
package com.authy;

/**
 * 
 * @author Julian Camargo
 *
 */
public class AuthyException extends Exception {
	public AuthyException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy