# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "AzureAuth" in publications use:' type: software license: MIT title: 'AzureAuth: Authentication Services for Azure Active Directory' version: 1.3.3 doi: 10.32614/CRAN.package.AzureAuth abstract: 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. 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. authors: - family-names: Ooi given-names: Hong email: hongooi73@gmail.com repository: https://azure.r-universe.dev repository-code: https://github.com/Azure/AzureAuth commit: f6e54d77089d37fa42d437d6dc56c9917282c41a url: https://github.com/Azure/AzureR contact: - family-names: Ooi given-names: Hong email: hongooi73@gmail.com