com.authy.api.Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-mfa-authy Show documentation
Show all versions of cas-mfa-authy Show documentation
This module is intended to include all Java code related to CAS MFA
and Authy integration. Mostly for now, this only hosts Authy code.
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