googleSignIn: Google SignIn [Server Module]
Description
Shiny Module for use with googleSignInUI.
Use when you don't need to call APIs, but would like a login to Shiny.
Usage
googleSignIn(input, output, session)
Arguments
output
shiny output (id, name, email, image, signed_in)
Value
A reactive list with values $g_id, $g_name, $g_email, $g_image
and $signed_in.
Details
Call via shiny::callModule(googleSignIn, "your_id").