libUTL++
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
q
r
s
t
u
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
q
r
s
t
u
+
Variables
a
b
c
d
e
i
k
l
m
n
s
t
u
Typedefs
Enumerations
+
Enumerator
c
d
f
i
s
t
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
ReCaptcha.h
1
#pragma once
2
4
5
UTL_NS_BEGIN;
6
8
16
18
class
ReCaptcha
:
public
utl::Object
19
{
20
UTL_CLASS_DECL
(
ReCaptcha
,
utl::Object
);
21
UTL_CLASS_DEFID
;
22
23
public
:
33
static
bool
checkAnswer(
const
String
& secret,
34
const
String
& response,
35
const
String
* clientIP =
nullptr
,
36
const
String
* serverIP =
nullptr
);
37
};
38
40
41
UTL_NS_END;
UTL_CLASS_DEFID
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
Definition:
macros.h:532
UTL_CLASS_DECL
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Definition:
macros.h:688
utl::String
Character string.
Definition:
String.h:31
utl::ReCaptcha
ReCaptcha response verifier.
Definition:
ReCaptcha.h:18
utl::Object
Root of UTL++ class hierarchy.
Definition:
Object.h:52
ucm
ReCaptcha.h
Generated on Tue Feb 7 2017 20:11:33 for libUTL++ by
1.8.13