Method

RestOAuthProxyget_signature_host

Declaration [src]

const char*
oauth_proxy_get_signature_host (
  OAuthProxy* proxy
)

Description [src]

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

Return value

Returns: const char*
 

The signature hostname, or NULL if there is none set. This string is owned by OAuthProxy and should not be freed.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.