.validate_cookie_token | R Documentation |
Make Sure a Cookie Token Works
.validate_cookie_token(
cookie_token,
team_id,
shinyslack_key = Sys.getenv("SHINYSLACK_KEY")
)
cookie_token |
A character with the code used to authenticate the user. |
team_id |
The Slack team ID through which the user is being authenticated. |
shinyslack_key |
(optional) A key to use to encrypt the string. If not set, the string is returned unencrypted. |
A logical indicating whether the token works for testing authentication for this team.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.