flowOutput property

Map<String, dynamic> flowOutput
final

Custom data returned from a flow's output, when running a flow that sets it.

This is always empty for non-flow authentications.

Implementation

final Map<String, dynamic> flowOutput;