|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Abstract web service base class. More...
Public Member Functions | |
| __construct ($authmethod) | |
| Constructor. More... | |
| run () | |
| Process request from client. | |
Protected Member Functions | |
| authenticate_by_token ($tokentype) | |
| User authentication by token. More... | |
| authenticate_user () | |
| Authenticate user using username+password or token. More... | |
| set_web_service_call_settings () | |
| Intercept some moodlewssettingXXX $_GET and $_POST parameter that are related to the web service call and are not the function parameters. | |
Abstract web service base class.