googleSignIn: Google SignIn [Server Module]

View source: R/shiny-js-signin.R

googleSignInR 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 g_id, g_name, g_email, g_image, g_signed_in)

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


MarkEdmondson1234/googleAuthR documentation built on Aug. 7, 2023, 6 a.m.