auth_cache | R Documentation |
Caching of authorization secrets relies on a simple rds file save/load mechanism.
auth_as(name = NULL) auth_list() auth_save(auth, name) auth_load(name = NULL)
name |
the name of the cache as a string |
auth |
the authentication token as a string |
Users primarily interact with the auth_as()
function to set the authentication
secrets for the session. Authentication identities are managed by name.
The previously set authentication token if any
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.