get_oauth_access_token: Get OAuth Access Token

View source: R/oauth_functions.R

get_oauth_access_tokenR Documentation

Get OAuth Access Token

Description

Get OAuth Access Token

Usage

get_oauth_access_token(oauth_list, session)

Arguments

oauth_list

A named list. The list must have the following items:

  • "config" a named list of parameters for theis specific shiny app. It must have a field named "app_url".

  • "endpoint" an object of type httr::oauth_endpoint()

  • "app" an object pf type httr::oauth_app()

session

a shiny session


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