Runtime configuration loaded from config :apple_intents and per-call options.
Summary
Types
@type t() :: %AppleIntents.Config{ apple_public_keys_url: String.t(), apple_root_ca: binary() | nil, bundle_id: String.t() | nil, dry_run: boolean(), key_id: String.t() | nil, orchestrator: module() | nil, private_key: String.t() | nil, private_key_path: String.t() | nil, req_options: keyword(), team_id: String.t() | nil }