googleAuthR (version 0.8.1)

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

output

shiny output

session

shiny session

Value

A reactive list with values $g_id, $g_name, $g_email and $g_image

Details

Call via shiny::callModule(googleSignIn, "your_id")