Description Usage Arguments Details Value
View source: R/googleAuthR_shiny.R
A Javascript Google authorisation flow for Shiny apps.
1 2 3 | gar_auth_jsUI(id, login_class = "btn btn-primary",
logout_class = "btn btn-danger", login_text = "Log In",
logout_text = "Log Out")
|
id |
Shiny id |
login_class |
CSS class of login button |
logout_class |
CSS class ofr logout button |
login_text |
Text to show on login button |
logout_text |
Text to show on logout button |
Shiny Module for use with gar_auth_js
Shiny UI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.