View source: R/motusLoadSecrets.R
motusLoadSecrets | R Documentation |
load secrets for motus web API
motusLoadSecrets(f = system.file("motusSecrets.json", package =
"motusServer"), quiet = FALSE)
f |
filename: path to json-formatted file of secrets, with these items:
This defaults to the file |
quiet |
if TRUE, return silently on failure; otherwise, report errors. |
TRUE if secrets were successfully loaded.
This function also loads a shared secret for apache's mod-auth-tkt ticket authentication module. This is parsed from the file whose path is MOTUS_MODAUTHTKT_SECRET_KEYFILE, defined in motusConstants.R
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.