From 88ee070bb0df41acb494270ee2f8f3134c7816e6 Mon Sep 17 00:00:00 2001 From: andres Date: Thu, 24 Oct 2024 20:38:30 -0500 Subject: [PATCH] docs: Adds return doc to print --- R/auth.R | 1 + man/print.access_token.Rd | 3 +++ man/tapLock-package.Rd | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/R/auth.R b/R/auth.R index 82df0ea..b8e715e 100644 --- a/R/auth.R +++ b/R/auth.R @@ -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) diff --git a/man/print.access_token.Rd b/man/print.access_token.Rd index 126b5ff..1ecfc8e 100644 --- a/man/print.access_token.Rd +++ b/man/print.access_token.Rd @@ -11,6 +11,9 @@ \item{...}{Ignored} } +\value{ +No return value, called for side effects +} \description{ Prints an access token's expiration date } diff --git a/man/tapLock-package.Rd b/man/tapLock-package.Rd index c8298ba..9e63954 100644 --- a/man/tapLock-package.Rd +++ b/man/tapLock-package.Rd @@ -4,7 +4,7 @@ \name{tapLock-package} \alias{tapLock} \alias{tapLock-package} -\title{tapLock: Seamless Single Sign-On for 'shiny'} +\title{tapLock: Seamless Single Sign-on for 'shiny'} \description{ Swift and seamless Single Sign-On (SSO) integration. Designed for effortless compatibility with popular Single Sign-On providers like Google and Microsoft, it streamlines authentication, enhancing both user experience and application security. Elevate your 'shiny' applications for a simplified, unified, and secure authentication process. }