friendly-captcha-sdk > SentinelResponse
SentinelResponse type
Response values used in the hidden input field when no valid solution is present, these tell you something about the state of the widget.
Signature:
export declare type SentinelResponse = ".UNINITIALIZED" | ".UNCONNECTED" | ".UNSTARTED" | ".REQUESTING" | ".SOLVING" | ".VERIFYING" | ".EXPIRED" | ".DESTROYED" | ".ERROR" | ".RESET";