added
Additional object in the $challenge event payload
about 23 hours ago by Bartosz Knapik
We’ve introduced a new challenge payload object for the $challenge
events. It contains a trigger_event
field, which describes the event that triggered the challenge (for example, a Login Attempted event).
"challenge": {
"trigger_event": {
"type": "$login",
"status": "$attempted"
}
}
"challenge": {
"trigger_event": {
"type": "$custom",
"name": "eventName"
}
}
When provided, it is available in the Dashboard Explorer view for searching and analysis.
