This commit is contained in:
hong-revo 2019-02-12 21:36:11 +11:00
Родитель b4d180abcc
Коммит c61a2218fa
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,12 +1,12 @@
Package: AzureAuth
Title: Authentication services for Azure Active Directory
Version: 0.0.1
Version: 1.0.0
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("httr development team", role="ctb", comment="Original OAuth listener code"),
person("Microsoft", role="cph")
)
Description: Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud. Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. Itsupports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the rappdirs package. The interface is based on the OAuth framework in the httr package, but customised and streamlined for Azure.
Description: Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud <https://azure.microsoft.com/>. Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. Itsupports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the rappdirs package. The interface is based on the OAuth framework in the httr package, but customised and streamlined for Azure.
URL: https://github.com/cloudyr/AzureAuth
BugReports: https://github.com/cloudyr/AzureAuth/issues
License: MIT + file LICENSE