inst/server_side_auth_demo/ui.R

library(shiny)
library(googleAuthR)

## ui.R
ui <- fluidPage(title = "googleAuthR Shiny Demo",
  googleAuthUI("loginButton"),
  textInput("url", "Enter URL"),
  actionButton("submit", "Shorten URL"),
  textOutput("short_url")
)
MarkEdmondson1234/googleAuthR documentation built on Aug. 7, 2023, 6 a.m.