Creates AuthBackend class object.
HTTPErrorClass which raises HTTP errors.
new()Creates AuthBackend class object.
AuthBackend$new(FUN, auth_header_prefix)FUNAuthentication handler function.
auth_header_prefixAuthentication HTTP header prefix.
authenticate()This placeholder. It must be implemented in the subclass.
AuthBackend$authenticate()
clone()The objects of this class are cloneable with this method.
AuthBackend$clone(deep = FALSE)deepWhether to make a deep clone.
Other AuthBackend:
AuthBackendBasic,
AuthBackendBearer,
AuthMiddleware