common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
recaptcha-utils
/
com.pambrose.common.recaptcha
/
RecaptchaService
/
RecaptchaResponse
/
RecaptchaResponse
Recaptcha
Response
constructor
(
success
:
Boolean
,
errorCodes
:
List
<
String
>
=
emptyList()
,
hostname
:
String
?
=
null
,
challengeTs
:
String
?
=
null
)