Nothing
Code
auth$name <- 123
Condition
Error:
! `value` must be a single string, not the number 123.
Code
auth$name <- c("a", "b")
Condition
Error:
! `value` must be a single string, not a character vector.
Code
Guard$new(name = TRUE)
Condition
Error in `initialize()`:
! `name` must be a single string or `NULL`, not `TRUE`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.