module.section
The module.section Statement
Syntax
This variant of module is used in one processing section. It calls a module using the method of another processing section. For example, it can be used to call a module’s 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