Resolve agentUrl's authorization scope against an adagents.json
file. The lookup uses canonicalized URL comparison — two URLs
differing only in case, default port, percent-encoding of unreserved
chars, or fragment are the same agent.
Returns { properties: [], cross_publisher: [], cross_publisher_expanded: [], unresolvable: '...' }
(never throws) when the agent isn't listed, when its entry is
malformed, or when the agent uses a signals authorization type.
Resolve
agentUrl's authorization scope against anadagents.jsonfile. The lookup uses canonicalized URL comparison — two URLs differing only in case, default port, percent-encoding of unreserved chars, or fragment are the same agent.Returns
{ properties: [], cross_publisher: [], cross_publisher_expanded: [], unresolvable: '...' }(never throws) when the agent isn't listed, when its entry is malformed, or when the agent uses a signals authorization type.