Provider auth and runtime profile configuration.
Provider auth and runtime profile configuration.
(apply-http-options profile req)Apply shared request configuration before signing or execution. Adapter headers override defaults; explicit runtime headers win last.
Apply shared request configuration before signing or execution. Adapter headers override defaults; explicit runtime headers win last.
(apply-runtime-config profile config)Apply per-call SDK runtime configuration to a provider profile.
This returns a transient profile value; it does not mutate the global provider registry.
Apply per-call SDK runtime configuration to a provider profile. This returns a transient profile value; it does not mutate the global provider registry.
(auth-headers profile token)Build auth headers for a provider profile given a token.
Build auth headers for a provider profile given a token.
(default-headers profile token)Merge provider default headers with auth headers.
Merge provider default headers with auth headers.
(merge-headers & maps)Merge HTTP headers case-insensitively, keeping the last spelling and value.
Merge HTTP headers case-insensitively, keeping the last spelling and value.
(replace-auth-headers headers fresh)Replace an OAuth credential set without retaining a previous account claim.
Replace an OAuth credential set without retaining a previous account claim.
(resolve-auth-token profile)Resolve an auth token for a provider profile. Per-call/profile overrides win, then env vars are checked in order.
Resolve an auth token for a provider profile. Per-call/profile overrides win, then env vars are checked in order.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |