use

fun <T> use(block: () -> T): Either<MapIsNotAccessibleFailure, T>

Allows performing calls when read access is granted. Returns MapIsNotAccessibleFailure if read access is not granted.