UNPKG

@trustcaptcha/trustcaptcha-nodejs

Version:

Trustcaptcha library for nodejs with JavaScript/TypeScript

19 lines (18 loc) 765 B
export declare class VerificationResult { captchaId: string; verificationId: string; score: number; reason: string; mode: string; origin: string; ipAddress: string; deviceFamily: string; operatingSystem: string; browser: string; creationTimestamp: string; releaseTimestamp: string; retrievalTimestamp: string; verificationPassed: boolean; constructor(captchaId: string, verificationId: string, score: number, reason: string, mode: string, origin: string, ipAddress: string, deviceFamily: string, operatingSystem: string, browser: string, creationTimestamp: string, releaseTimestamp: string, retrievalTimestamp: string, verificationPassed: boolean); static fromObject(data: any): VerificationResult; }