CaptchaService

trait CaptchaService[C, A]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def getChallenge(id: String): C
def validateResponse(id: String, response: A, removeAfterCheck: Boolean): Boolean