AppleIntents.Config (apple_intents v0.1.0)

Copy Markdown View Source

Runtime configuration loaded from config :apple_intents and per-call options.

Summary

Types

t()

@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
}

Functions

load(opts \\ [])

@spec load(keyword()) :: t()

private_key_pem!(arg1)

@spec private_key_pem!(t()) :: String.t()