Learn R Programming

googleAuthR (version 1.1.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 (id, name, email, image, signed_in)

session

shiny session

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").