Shiny Module for use with googleAuth_jsUI
googleAuth_js(
input,
output,
session,
message = "Authenticate with your Google account"
)
Arguments
input |
shiny input |
output |
shiny output |
session |
shiny session |
message |
The message to show when not authenticated |
Value
A httr reactive OAuth2.0 token
Details
Call via shiny::callModule(googleAuth_js, "your_id")