API Version: 1.0
Library Version: 0.9.0
Generated by gi-docgen 2023.1
const char* oauth_proxy_get_token ( OAuthProxy* proxy )
Get the current request or access token.
Rest.OAuthProxy:token
Type: const char*
const char*
The token, or NULL if there is no token yet. This string is owned by OAuthProxy and should not be freed.
NULL
OAuthProxy