authorize_live | R Documentation |
Wrapper around httr::oauth2.0_token()
. Authorize sherwood app
for live environment in Saxo Banks OpenAPI, ie. enables trading
for real money.
authorize_live(cache = FALSE)
cache |
boolean, should the token be cached to file |
The returned token object must be pased to subsequent API calls
using the config
parameter in e.g. httr::GET()
.
For more information about the oauth flow with httr
see this example.
A Token2.0 reference class (RC) object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.