RecaptchaActionType.Action

  • RecaptchaActionType.Action is an abstract annotation representing user interaction needing verification during a protected workflow.

  • It inherits methods from the java.lang.annotation.Annotation interface, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface RecaptchaActionType.Action implements Annotation

User interaction that needs to be verified while the user is performing the workflow you would like to protect.

Inherited Method Summary