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

com.authy.api.Response 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.api;

import java.util.Map;

/**
 * Interface to represent objects as XML or Java's Map
 * @author Julian Camargo
 *
 */
public interface Response {
	public String toXML();
	public Map toMap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy