Kernel::WebApp::Controller::API::Role::HandlesAgentOrCustomerTokens

NAME

Kernel::WebApp::Controller::API::Role::HandlesAgentOrCustomerTokens – Role that provides methods to deal with agent|customer access-tokens.

has _IsAgentAPIPath

Attribute that holds a flag if we're handling an API agent path.

has _IsCustomerAPIPath

Attribute that holds a flag if we're handling an API customer path.

Scroll to Top