listIfAuthorized

abstract fun <T : Any> listIfAuthorized(collection: ModelCollection<T, C>): List<Model<T>>

List all models that are specified in a Collection. Unauthorized models are removed from the result.

Throws