Description Usage Arguments Value Examples
Get current active token
1 | get_current_token(only_access_token = F)
|
only_access_token |
logical. Default to |
If TRUE
, just the token string is returned not the whole token object.
If no token is available, for the current session, it returns NULL
1 2 | get_current_token() # Returns NULL or token object credentials
get_current_token(TRUE) # Returns NULL or access token string only.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.