RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Reads and makes available the secure-cookie-key-file specified in the launcher.local.conf file. More...
#include <LocalSecureCookie.hpp>
Public Member Functions | |
LocalSecureCookie ()=default | |
Constructor. | |
Error | initialize () |
Reads and validates the secure-cookie-key from the location specified in the options. More... | |
const std::string & | getKey () const |
Gets the secure cookie key. More... | |
Reads and makes available the secure-cookie-key-file specified in the launcher.local.conf file.
const std::string& rstudio::launcher_plugins::local::LocalSecureCookie::getKey | ( | ) | const |
Gets the secure cookie key.
Error rstudio::launcher_plugins::local::LocalSecureCookie::initialize | ( | ) |