authUrl property

Uri? authUrl
final

Login URL from the control plane, if authentication is required.

Open this in a browser or web view when needsLogin is true; the control plane will complete the flow and this node will transition to running once the user approves the login.

Implementation

final Uri? authUrl;