Syntax
module.section

This variant of module is used in one processing section to cause the module to be called with the method of another processing section. For example, it can be used to call a modules authorize method while processing the post-auth section.

The module portion must refer to an existing module. The section portion must refer to a processing section. e.g.

Example
sql.authorize
files.authorize