Skip to main content
Version: v2

@friendlycaptcha/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 type SentinelResponse = ".UNINITIALIZED" | ".UNCONNECTED" | ".UNSTARTED" | ".REQUESTING" | ".SOLVING" | ".VERIFYING" | ".EXPIRED" | ".DESTROYED" | ".ERROR" | ".RESET";