Login PassKey
Node Card
Category: Passkey Nodes
Type:
loginPasskeyNode kind: Child node: must be placed inside a Web Page node.
Typical position: Inside the Web Page node on the passwordless login screen.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
As a child node, Login PassKey does not emit its own output edges. The enclosing Web Page node controls flow routing after the passkey authentication challenge completes.
| Output / Code | Condition | Default message |
|---|---|---|
| (via Web Page) | Passkey assertion validated, user authenticated | NA |
| (via Web Page) | Passkey challenge failed or unsupported by browser | NA |
Usage Notes
This node renders the WebAuthn credential request within the parent Web Page node, triggering the browser's built-in passkey prompt. The browser must support WebAuthn (all modern browsers do); ensure your flow handles the false path for users on unsupported clients or those who do not have a passkey registered. Use Is PassKey Exists before routing users to this node to avoid presenting the passkey prompt to users without a registered credential.