UNPKG
@trustcaptcha/trustcaptcha-nodejs
Version:
latest (1.2.1)
1.2.1
1.2.1-beta.1
1.2.1-beta.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Trustcaptcha library for nodejs with JavaScript/TypeScript
www.trustcaptcha.com
@trustcaptcha/trustcaptcha-nodejs
/
dist
/
model
/
verificationToken.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
VerificationToken
{ apiEndpoint:
string
; verificationId:
string
;
constructor
(
apiEndpoint
:
string
,
verificationId
:
string
);
static
fromBase64
(
base64String
:
string
): VerificationToken; }