ApplicationVerificationResult.recaptchaEnterprise constructor

ApplicationVerificationResult.recaptchaEnterprise(
  1. String token
)

Implementation

ApplicationVerificationResult.recaptchaEnterprise(String token)
    : this('recaptcha-enterprise', token);