Method

RestOAuthProxyis_oauth10a

Declaration [src]

gboolean
oauth_proxy_is_oauth10a (
  OAuthProxy* proxy
)

Description [src]

Determines if the server supports OAuth 1.0a with this proxy. This is only valid after oauth_proxy_request_token() or oauth_proxy_request_token_async() has been called.

Return value

Returns: gboolean
 

TRUE if the server supports OAuth 1.0a, FALSE otherwise.