Base URL of the AAO-compatible directory (e.g.
https://aao.example.com). Required — adopters explicitly pick which
directory they trust. The SDK does not default to a canonical AAO
host because directory choice is an operator decision.
OptionalsinceReturn only entries verified after this timestamp.
OptionalstatusFilter by lifecycle status. Default is server-defined.
OptionalcursorResume from a specific cursor (use the value from a prior page's next_cursor).
OptionallimitPer-page size hint. The directory MAY enforce a lower cap.
OptionaltimeoutPer-request timeout in milliseconds. Defaults to 30_000.
OptionaluserCustom User-Agent for outbound requests.
OptionalsignalAbortSignal that cancels both in-flight requests and the async
iterator. Once aborted, the iterator throws on the next .next() call.
Options for fetchAgentAuthorizationsFromDirectory.