Description Usage Arguments Value Note References See Also
Get Azure token using DeviceCode.
| 1 2 | azureGetTokenDeviceCode(azureActiveContext, tenantID, clientID, resource,
  verbose = FALSE)
 | 
| azureActiveContext | A container used for caching variables used by  | 
| tenantID | The tenant ID provided during creation of the Active Directory application / service principal | 
| clientID | The client ID provided during creation of the Active Directory application / service principal | 
| resource | Resource to use for getting token | 
| 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
https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-deviceprofile/
Other Azure resource functions: adlFileInputStreamCheck,
adlFileOutputStreamCheck,
azureAuthenticateOnAuthType,
azureAuthenticate,
azureCheckToken,
azureGetTokenClientCredential,
azureGetTokenDeviceCodeFetch,
azureGetTokenRefreshToken,
showDeviceCodeMessageToUser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.