зеркало из https://github.com/Azure/AzureAuth.git
38 строки
1.6 KiB
Plaintext
38 строки
1.6 KiB
Plaintext
Package: AzureAuth
|
|
Title: Authentication Services for Azure Active Directory
|
|
Version: 1.3.3
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
|
|
person("Tyler", "Littlefield", role="ctb"),
|
|
person("httr development team", role="ctb", comment="Original OAuth listener code"),
|
|
person("Scott", "Holden", , role = "ctb", comment = "Advice on AAD authentication"),
|
|
person("Chris", "Stone", , role = "ctb", comment = "Advice on AAD authentication"),
|
|
person("Microsoft", role="cph")
|
|
)
|
|
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. It supports 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. Part of the 'AzureR' family of packages.
|
|
URL: https://github.com/Azure/AzureAuth https://github.com/Azure/AzureR
|
|
BugReports: https://github.com/Azure/AzureAuth/issues
|
|
License: MIT + file LICENSE
|
|
VignetteBuilder: knitr
|
|
Depends:
|
|
R (>= 3.3)
|
|
Imports:
|
|
utils,
|
|
httr (>= 1.3),
|
|
openssl,
|
|
jsonlite,
|
|
jose,
|
|
R6,
|
|
rappdirs
|
|
Suggests:
|
|
knitr,
|
|
rmarkdown,
|
|
testthat,
|
|
httpuv,
|
|
shiny,
|
|
shinyjs,
|
|
AzureRMR,
|
|
AzureGraph
|
|
Roxygen: list(markdown=TRUE, r6=FALSE)
|
|
RoxygenNote: 7.1.1
|