Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaptchaTemplates

An object containing templates for a captcha provider

Hierarchy

  • CaptchaTemplates

Index

Properties

Methods

Properties

Optional auth0

auth0: (challenge: Auth0Challenge) => string

Type declaration

    • Template function receiving the challenge and returning an string

      Parameters

      Returns string

Optional recaptcha_v2

recaptcha_v2: (challenge: Auth0Challenge) => string

Type declaration

    • Template function receiving the challenge and returning an string

      Parameters

      Returns string

Methods

error

  • error(error: Error): string
  • Parameters

    • error: Error

    Returns string

Generated using TypeDoc