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: utf8
 

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 string is a NUL terminated UTF-8 string.