authenticationState
abstract val authenticationState: ERROR CLASS: Symbol not found for StateFlow<com/okta/directauth/model/DirectAuthenticationState>
A StateFlow emitting the current DirectAuthenticationState; collect it to observe every transition driven by start(), reset(), and the various proceed()/challenge()/resume() calls. Starts at DirectAuthenticationState.Idle.