Skip to content

Commit 456d654

Browse files
authored
Merge pull request #322 from rstudio/feature/oauth-integrations
Add R API for Custom OAuth Integrations (and add support getDelegatedAzureToken in VSCode and Positron sessions)
2 parents f68f9e7 + 64782bf commit 456d654

File tree

11 files changed

+835
-9
lines changed

11 files changed

+835
-9
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Suggests:
2222
knitr,
2323
rmarkdown,
2424
clipr,
25-
covr
25+
covr,
26+
curl,
27+
jsonlite,
28+
withr
2629
VignetteBuilder: knitr
2730
Encoding: UTF-8

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ export(document_range)
3838
export(executeCommand)
3939
export(filesPaneNavigate)
4040
export(findFun)
41+
export(findOAuthIntegration)
4142
export(getActiveDocumentContext)
4243
export(getActiveProject)
4344
export(getConsoleEditorContext)
4445
export(getDelegatedAzureToken)
4546
export(getMode)
47+
export(getOAuthCredentials)
48+
export(getOAuthIntegration)
49+
export(getOAuthIntegrations)
4650
export(getPersistentValue)
4751
export(getRStudioPackageDependencies)
4852
export(getSourceEditorContext)

0 commit comments

Comments
 (0)