googleSignIn {googleAuthR} | R Documentation |
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 |
output |
shiny output (passed by shiny but not used) |
session |
shiny session |
Details
Call via shiny::callModule(googleSignIn, "your_id")
.
Value
A reactive list with values $id
, $name
, $email
,
$image
and $signed_in
.
Author(s)
Based on original code by David Kulp
[Package googleAuthR version 2.0.2 Index]