getAccessPoints

abstract fun getAccessPoints(): StateFlow<List<AccessPoint>>

Get AccessPoint's the user has access to.

The StateFlow is emitting values as long one observer is subscribed to it. It's first value is an empty list.

Since

1.12.0

Return

A Flow with a List of AccessPoint's