Method

RestOAuthProxyset_signature_host

Declaration [src]

void
oauth_proxy_set_signature_host (
  OAuthProxy* proxy,
  const char* signature_host
)

Description [src]

Set the signature hostname used when creating a signature base string.

Parameters

signature_host const char*
 

The signature host.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.