Kernel::WebApp::Controller::API::Role::RequiresAuthentication

NAME

Kernel::WebApp::Controller::API::Role::RequiresAuthentication – Require a valid token.

PUBLIC INTERFACE

around Authenticate

Enforces a valid login token, then proceeds to other authenticate handlers that might be present.

Scroll to Top