Widget.AgeGate.Result
Emitted when the Age Gate flow completes with a result.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "Widget.AgeGate.Result" |
data | object | yes | Result details |
data.status | string | yes | Result status (for example, "PASS") |
data.sessionId | string (UUID) | no | Session ID when available |
data.challengeId | string (UUID) | no | Challenge ID when applicable |
Example
{
"eventType": "Widget.AgeGate.Result",
"data": {
"status": "PASS",
"sessionId": "f1af4704-74b4-4966-b13a-18eb16bccf9c",
"challengeId": "a04467a0-83de-40ca-8572-8cc761e896aa"
}
}