Shiny Module for use with googleSignInUI. Use when you don't need to call APIs, but would like a login to Shiny.
googleSignIn(input, output, session)
| input | shiny input (must contain |
|---|---|
| output | shiny output (passed by shiny but not used) |
| session | shiny session |
A reactive list with values $id, $name, $email,
$image and $signed_in.