Does a granted scope set (e.g. hello.ack.grantedScopes) satisfy a
required scope? Exact-match for v1 (no hierarchical wildcards). Use this for
an EXACT-grant check ("was this scope explicitly granted?"). To gate a
feature on whether an API CALL will succeed, prefer grantsScope, which
also honours scope subsumption.
Does a granted scope set (e.g.
hello.ack.grantedScopes) satisfy a required scope? Exact-match for v1 (no hierarchical wildcards). Use this for an EXACT-grant check ("was this scope explicitly granted?"). To gate a feature on whether an API CALL will succeed, prefergrantsScope, which also honours scope subsumption.