create_oauth_list: Create OAuth List

View source: R/oauth_functions.R

create_oauth_listR Documentation

Create OAuth List

Description

Create OAuth List

Usage

create_oauth_list(
  config_file = "inst/oauth_config.yaml",
  config = NULL,
  scope = "openid view download modify",
  claims_list = list(userid = NULL)
)

Arguments

config_file

A string, the path to a yaml file

config

The list must have the following items:

  • "client_id" An integer or a string containing na integer ie. "1"

  • "client_secret" A string

  • "app_url" A string, the shiny app's URL

scope

a character vector

claims_list

A named list


Sage-Bionetworks/projectliveModules documentation built on June 26, 2022, 1:11 a.m.