mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 18:06:02 -05:00
@@ -154,6 +154,7 @@ case class Size(height: Int, width: Int)
|
|||||||
case class Parameters(level: String, media: String, input_type: String, size: Option[Size])
|
case class Parameters(level: String, media: String, input_type: String, size: Option[Size])
|
||||||
case class Id(id: String)
|
case class Id(id: String)
|
||||||
case class Answer(answer: String, id: String)
|
case class Answer(answer: String, id: String)
|
||||||
|
case class Secret(token: Int)
|
||||||
|
|
||||||
class Server(port: Int){
|
class Server(port: Int){
|
||||||
val captcha = new Captcha(0)
|
val captcha = new Captcha(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user