Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gronerik committed May 22, 2024
1 parent 17e3df1 commit c673296
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.0.2
Date: 2024-05-17 12:53:12 UTC
SHA: 7c8fbbe07aae422979a7d7b684c970967d12bc52
Date: 2024-05-20 15:38:02 UTC
SHA: 17e3df153937aa2c69fde542a71b6d034b444587
2 changes: 1 addition & 1 deletion R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param app app as specified by \link{gar_auth_configure}
#' @param package The name of the package authenticating
#' @param cache Where to store authentication tokens
#' @param use_oob Whther to use OOB browserless authetication
#' @param use_oob Whether to use OOB browserless authentication
#'
#' @return an OAuth token object, specifically a
#' \code{\link[=Token-class]{Token2.0}}, invisibly
Expand Down
5 changes: 4 additions & 1 deletion R/auth_gargle.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ gar_has_token <- function() {
#' Edit and view auth configuration
#'
#' @eval gargle:::PREFIX_auth_configure_description(gargle_lookup_table)
#' @eval gargle:::PREFIX_auth_configure_params()
#' @eval gargle:::PREFIX_auth_configure_return(gargle_lookup_table)
#'
#' @param app A Google OAuth client, presumably constructed via \link[gargle]{gargle_oauth_client_from_json}. Note, however, that it is preferred to specify the client with JSON, using the `path` argument.
#' @param path JSON downloaded from \href{https://console.cloud.google.com}{Google Cloud Console}, containing a client id and secret, in one of the forms supported for the \code{txt} argument of \code{\link[jsonlite]{fromJSON}} (typically, a file path or JSON string).
#' @param api_key API key.
#'
#' @family auth functions
#' @export
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/gar_auth.Rd

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

11 changes: 2 additions & 9 deletions man/gar_auth_configure.Rd

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

0 comments on commit c673296

Please sign in to comment.