CaptchaEngine

org.beangle.otk.captcha.core.CaptchaEngine
trait CaptchaEngine[C, A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GmailEngine

Members list

Value members

Abstract methods

def next(): Captcha[C, A]
def validate(answer: A, response: A): Boolean