File: getDelegatedAzureToken.Rd

package info (click to toggle)
r-cran-rstudioapi 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/auth.R
\name{getDelegatedAzureToken}
\alias{getDelegatedAzureToken}
\title{OAuth2 Tokens for Delegated Azure Resources}
\usage{
getDelegatedAzureToken(resource)
}
\arguments{
\item{resource}{The name of an Azure resource or service, normally a URL.}
}
\description{
When Workbench is using Azure Active Directory for sign-in, this function can
return an OAuth2 token for a service Workbench users have delegated access
to. This requires configuring delegated permissions in Azure itself.
}
\examples{
\dontrun{
getDelegatedAzureToken("https://storage.azure.com")
}
}