Kernel::WebApp::Controller::API::Role::AllowsAuthentication

NAME

Kernel::WebApp::Controller::API::Role::AllowsAuthentication – Allow the usage of a valid customer|agent token.

PUBLIC INTERFACE

around Authenticate

Check for valid user login token, then proceeds to other authenticate handlers that might be present.

Scroll to Top