1= Module methods
2
3.Syntax
4[source,unlang]
5----
6<module>.<method>
7----
8
9This variant of xref:module.adoc[<module>] is used in one processing
10section. It calls a module using the method of another processing
11section. For example, it can be used to call a module's `authorize`
12method while processing the `post-auth` section.
13
14The `<module>` portion must refer to an existing module; the
15`<method>` portion must refer to processing method supported by that
16module.  Typically, the names of the processing method will be the
17same as the processing sections.
18
19.Example
20[source,unlang]
21----
22sql.recv.Accounting-Request
23files.recv.Access-Request
24----
25
26// Copyright (C) 2020 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
27// Development of this documentation was sponsored by Network RADIUS SAS.
28