@nestlab/google-recaptcha
Version:
Google recaptcha module for NestJS.
16 lines (15 loc) • 1.16 kB
TypeScript
export { Recaptcha } from './decorators/recaptcha';
export { SetRecaptchaOptions } from './decorators/set-recaptcha-options';
export { RecaptchaResult } from './decorators/recaptcha-result';
export { GoogleRecaptchaGuard } from './guards/google-recaptcha.guard';
export { GoogleRecaptchaModule } from './google-recaptcha.module';
export { GoogleRecaptchaModuleOptions } from './interfaces/google-recaptcha-module-options';
export { ErrorCode } from './enums/error-code';
export { GoogleRecaptchaNetwork } from './enums/google-recaptcha-network';
export { GoogleRecaptchaException } from './exceptions/google-recaptcha.exception';
export { GoogleRecaptchaNetworkException } from './exceptions/google-recaptcha-network.exception';
export { GoogleRecaptchaValidator } from './services/validators/google-recaptcha.validator';
export { GoogleRecaptchaEnterpriseValidator } from './services/validators/google-recaptcha-enterprise.validator';
export { RecaptchaVerificationResult } from './models/recaptcha-verification-result';
export { ClassificationReason } from './enums/classification-reason';
export { RecaptchaConfigRef } from './models/recaptcha-config-ref';