Verify Push Notification
Node Card
Category: MFA Nodes
Type:
verifyPushNotificationTypical position: Immediately after Send Push Notification, before the success terminal node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User approved the push notification on their device | NA |
false | User denied the notification, or the request timed out | NA |
Common Next Nodes
Verify Push Notification (true)→Success Finaluser approved: MFA complete
Verify Push Notification (false)→Failure Finaldenied or timed out: block access
Usage Notes
This node holds the flow while polling for the user's response on their mobile device. The false output covers both an explicit denial and a timeout: provide a clear message to users indicating which occurred so they can retry or contact support. Always pair this node with Send Push Notification immediately before it; the two nodes work together to complete the push authentication challenge.