| AuthBackend | R Documentation |
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.
This object is typically constructed via a derived classes, e.g. AuthBackendBasic or AuthBackendBearer.
Other AuthBackend:
AuthBackendBasic,
AuthBackendBearer,
AuthMiddleware
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.