StaticBuildBuilds the full Authorization: OAuth ... header value for a single request,
computing the HMAC signature over the canonical signature base string.
Spec steps implemented (RFC 5849 ยง3.4):
&-join them (the normalized parameter string).METHOD&encode(baseURL)&encode(params).encode(consumerSecret)&encode(tokenSecret).OAuth realm="...", oauth_consumer_key="...", ..., oauth_signature="...".
Stateless OAuth 1.0a signer. One static method builds the
Authorizationheader value for a request; connectors call it per request.