Skip to content

Commit

Permalink
docs: Adds return doc to print
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Oct 25, 2024
1 parent f2bae66 commit 88ee070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ access_token.auth0_config <- function(config, token_str) {
#'
#' @param x An access_token object
#' @param ... Ignored
#' @return No return value, called for side effects
#' @export
print.access_token <- function(x, ...) {
expiration_date <- expires_at(x)
Expand Down
3 changes: 3 additions & 0 deletions man/print.access_token.Rd

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

2 changes: 1 addition & 1 deletion man/tapLock-package.Rd

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

0 comments on commit 88ee070

Please sign in to comment.