events

val events: ERROR CLASS: Symbol not found for SharedFlow<com/okta/authfoundation/events/Event>

A read-only flow of credential lifecycle events emitted by this manager.

Events are multicast — all active collectors receive every event independently. There is no replay; events emitted before a collector subscribes are not delivered. When no collectors are active, events are silently dropped (fire-and-forget semantics). The emitter is never suspended; if the buffer is full, the oldest event is dropped.