Skip to content

Commit

Permalink
auth_code() was ignoring client id passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Nov 28, 2023
1 parent bb5d292 commit 921e003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/arc-auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ auth_code <- function(


client <- httr2::oauth_client(
id = Sys.getenv("ARCGIS_CLIENT"),
id = client,
token_url = token_url
)

Expand Down

0 comments on commit 921e003

Please sign in to comment.