getAccessPoint

abstract suspend fun getAccessPoint(id: String): Result<AccessPoint>

Get the AccessPoint with the given id the user has access to.

Since

1.12.0

Return

AccessPoint with id id or null if none found

Parameters

id

of the AccessPoint that is wanted. You can get it with AccessPoint.id