getDelegatedAzureToken | R Documentation |
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.
getDelegatedAzureToken(resource)
resource |
The name of an Azure resource or service, normally a URL. |
## Not run:
getDelegatedAzureToken("https://storage.azure.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.