View source: R/api_slides_auth.R
ladder_deauth | R Documentation |
Put ladder into a de-authorized state. Instead of sending a token,
ladder will send an API key. This can be used to access public
resources for which no Google sign-in is required. This is handy for using
ladder in a non-interactive setting to make requests that do not
require a token. It will prevent the attempt to obtain a token
interactively in the browser. The user can configure their own API key
via ladder_auth_configure()
and retrieve that key via
ladder_api_key()
.
In the absence of a user-configured key, a built-in default key is used.
ladder_deauth()
Called for side-effect. Returns invisible NULL
.
Other auth functions:
ladder_auth()
,
ladder_auth_configure()
ladder_deauth()
ladder_user()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.