oauth1.0_token {httr} | R Documentation |
This is the final object in the OAuth dance - it encapsulates the app, the endpoint, other parameters and the received credentials.
oauth1.0_token(endpoint, app, permission = NULL, as_header = TRUE, private_key = NULL, cache = getOption("httr_oauth_cache"))
endpoint |
An OAuth endpoint, created by |
app |
An OAuth consumer application, created by
|
permission |
optional, a string of permissions to ask for. |
as_header |
If |
private_key |
Optional, a key provided by |
cache |
A logical value or a string. |
See Token
for full details about the token object, and the
caching policies used to store credentials across sessions.
A Token1.0
reference class (RC) object.
Other OAuth: oauth2.0_token
,
oauth_app
, oauth_endpoint
,
oauth_service_token