You are here

public function ReCaptchaV3Action::getChallenge in reCAPTCHA v3 8

Getter for challenge.

Return value

string Challenge type.

Overrides ReCaptchaV3ActionInterface::getChallenge

File

src/Entity/ReCaptchaV3Action.php, line 111

Class

ReCaptchaV3Action
Defines the reCAPTCHA v3 action entity.

Namespace

Drupal\recaptcha_v3\Entity

Code

public function getChallenge() : string {
  return $this->challenge;
}