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
input
shiny input (must contain g_id, g_name,
g_email, g_image, g_signed_in)
output
shiny output (passed by shiny but not used)
Value
A reactive list with values $id, $name, $email,
$image and $signed_in.
Details
Call via shiny::callModule(googleSignIn, "your_id").