View source: R/api_slides_auth.R
ladder_user | R Documentation |
Reveals the email address of the user associated with the current token. If no token has been loaded yet, this function does not initiate auth.
ladder_user()
An email address or, if no token has been loaded, NULL
.
Returns the username associated with the current token or
NULL
if not authenticated.
gargle::token_userinfo()
, gargle::token_email()
,
gargle::token_tokeninfo()
## Not run:
ladder_user()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.