Learn R Programming

googleAuthR (version 1.4.1)

googleAuth_js: Shiny JavaScript Google Authorisation [Server Module]

Description

Shiny Module for use with googleAuth_jsUI

Usage

googleAuth_js(
  input,
  output,
  session,
  message = "Authenticate with your Google account"
)

Arguments

input

shiny input

output

shiny output

session

shiny session

message

The message to show when not authenticated

Value

A httr reactive OAuth2.0 token

Details

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