Description Usage Arguments Value Note References See Also
View source: R/AzureAuthenticate.R
Get Azure token using RefreshToken
1 2 3 4 5 6 | azureGetTokenRefreshToken(
azureActiveContext,
tenantID,
refreshToken,
verbose = FALSE
)
|
azureActiveContext |
A container used for caching variables used by 'AzureSMR', created by [createAzureContext()] |
tenantID |
The tenant ID provided during creation of the Active Directory application / service principal |
refreshToken |
Provide the previously obtained refreshToken |
verbose |
Print Tracing information (Default False) |
If successful, returns TRUE
See https://azure.microsoft.com/en-us/documentation/articles/resource-group-create-service-principal-portal/ for instructions to set up an Active Directory application
Other Azure resource functions:
adlFileInputStreamCheck(),
adlFileOutputStreamCheck(),
azureAuthenticateOnAuthType(),
azureAuthenticate(),
azureCheckToken(),
azureGetTokenClientCredential(),
azureGetTokenDeviceCodeFetch(),
azureGetTokenDeviceCode(),
showDeviceCodeMessageToUser()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.