stage

Extension property to retrieve the stage identifier for this ContinueNode.

The stage field contains metadata about the current authentication step, which can include:

  • A simple stage name (e.g., "Login", "MFA")

  • A JSON string with localized UI text (e.g., {"submitButtonText":{"en":"Submit"}})

This property returns the raw stage value as a string. For parsed localized values, use submitButtonText or pageFooter properties instead.

Return

The stage identifier from the node's input, or an empty string if not present