Method

RestOAuthProxyset_token

Declaration [src]

void
oauth_proxy_set_token (
  OAuthProxy* proxy,
  const char* token
)

Description [src]

Set the access token.

Sets propertyRest.OAuthProxy:token

Parameters

token

Type: const char*

The access token.

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