Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: azkit
Title: Azure storage authentication toolkit
Version: 0.2.3
Version: 0.2.4
Authors@R:
c(person(
"Fran", "Barton",
Expand Down
4 changes: 2 additions & 2 deletions R/get_auth_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' If setting version to 2, ensure that the `aad_version` argument is also set
#' to 2. Both are set to use AAD version 1 by default.
#' @param tenant A string specifying the Azure tenant. Defaults to
#' `"organizations"`. See [AzureAuth::get_azure_token] for other values.
#' `"common"`. See [AzureAuth::get_azure_token] for other values.
#' @param client_id A string specifying the application ID (client ID). If
#' `NULL`, (the default) the function attempts to obtain the client ID from the
#' Azure Resource Manager token, or prompts the user to log in to obtain it.
Expand Down Expand Up @@ -62,7 +62,7 @@
#' @export
get_auth_token <- function(
resource = generate_resource(),
tenant = "organizations",
tenant = "common",
client_id = NULL,
auth_method = "authorization_code",
aad_version = 1,
Expand Down
4 changes: 2 additions & 2 deletions man/get_auth_token.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading