flowKey property

Object? flowKey
final

A unique object that is used as a key for an AuthFlow. Could be used to obtain a controller via getController or to read a current state using getState.

Implementation

final Object? flowKey;