Given a list of consent entries and a scope string, determine if all scopes have been approved.
An array of consent entries (sourced from the Globus Auth API) that will be used as the "haystack" for the search.
A full scope string that will be parsed into a tree, and compared against the consents.
consents
boolean
Given a list of consent entries and a scope string, determine if all scopes have been approved.