Widget.AgeGate.Challenge
Emitted when the Age Gate flow triggers a challenge.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "Widget.AgeGate.Challenge" |
data | object | yes | Challenge details |
data.status | string | yes | Challenge status (for example, "PENDING") |
data.challengeId | string (UUID) | yes | Challenge ID |
Example
{
"eventType": "Widget.AgeGate.Challenge",
"data": {
"status": "PENDING",
"challengeId": "a04467a0-83de-40ca-8572-8cc761e896aa"
}
}