Skip to content

Commit c83b1e6

Browse files
committed
hopefully the last doc fix for now
1 parent 19d98b8 commit c83b1e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/api_handlers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ handle_constructor <- function(method, header = FALSE) {
269269
#'
270270
#' # Authentication
271271
#' plumber2 supports various authentication schemas which can be added with
272-
#' [api_authenticator()]. An authentication flow for the handler can then be
272+
#' [api_auth_guard()]. An authentication flow for the handler can then be
273273
#' specified with the `auth_flow` argument and optional scopes can be set with
274274
#' the `auth_scope` argument. The flow is defined by a logical expression
275275
#' referencing the names of the authenticators part of the flow. Assuming two

man/api_request_handlers.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)