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

com.bsmoot.service.ReCaptchaService Maven / Gradle / Ivy

The newest version!
package com.bsmoot.service;

import com.bsmoot.exceptions.ReCaptchaException;

/**
 * This interface define ReCaptcha Service contract
 * @author Nadav Bsimuth
 */
public interface ReCaptchaService {
    ReCaptchaResponse validate(String reCaptchaResponse, String remoteIp) throws ReCaptchaException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy