authEvents

@JvmName(name = "adminListUserAuthEventsResponseAuthEventType")
fun Flow<AdminListUserAuthEventsResponse>.authEvents(): Flow<AuthEventType>

This paginator transforms the flow returned by adminListUserAuthEventsPaginated to access the nested member AuthEventType

Return

A kotlinx.coroutines.flow.Flow that can collect AuthEventType