end_session | R Documentation |
Ends the session for an certain token.
end_session(
session,
token = session$unToken,
curl_handle = session$curl,
api_baseurl = session$base_url,
end_point = "/api/auth/logout",
api_url = paste0(api_baseurl, end_point),
...
)
session |
a list object created via |
token |
character, a session token, |
curl_handle |
a curl handle created by
|
api_baseurl |
character, the base URL for the database server |
end_point |
character, the API end point for the login |
api_url |
character, the URL for the database server login |
... |
additional arguments passed to |
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.