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

io.nixer.nixerplugin.captcha.recaptcha.RecaptchaClient Maven / Gradle / Ivy

There is a newer version: 0.1.1.3
Show newest version
package io.nixer.nixerplugin.captcha.recaptcha;

/**
 * Interface for Recaptcha verification API
 */
public interface RecaptchaClient {

    RecaptchaVerifyResponse call(final String captcha);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy