Authenticate access using EUMETSAT's API
authenticator.Rd
Consumer Key and Consumer Secret are available to authenticated users through EUMETSAT's EO Portal: https://api.eumetsat.int/api-key/.
Usage
authenticator(
consumer_key = NULL,
consumer_secret = NULL,
save_creds = TRUE,
return_header = FALSE
)
Arguments
- consumer_key
EUMETSAT Consumer Key (default NULL; attempts to read from file)
- consumer_secret
EUMETSAT Consumer Secret (default NULL; attempts to read from file)
- save_creds
Whether credentials are to be stored in a file for later use (default TRUE)
- return_header
Returns a httr::add_headers object with access token (default FALSE)