Package: connectcreds Title: Manage 'OAuth' Credentials from 'Posit Connect' Version: 0.2.0.9000 Authors@R: c( person("Aaron", "Jacobs", , "aaron.jacobs@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: A toolkit for making use of credentials mediated by 'Posit Connect'. It handles the details of communicating with the Connect API correctly, 'OAuth' token caching, and refresh behaviour. License: MIT + file LICENSE Imports: cli, httr2 (>= 1.1.0), rlang (>= 1.1.0) Suggests: testthat (>= 3.0.0), withr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 URL: https://github.com/posit-dev/connectcreds BugReports: https://github.com/posit-dev/connectcreds/issues Config/pak/sysreqs: libssl-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-05-11 19:33:25 UTC RemoteUrl: https://github.com/posit-dev/connectcreds RemoteRef: HEAD RemoteSha: 8161857739f1d26cb88fe7afa0fdf36708df267b NeedsCompilation: no Packaged: 2026-06-10 06:22:28 UTC; root Author: Aaron Jacobs [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Aaron Jacobs