mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-76722 user: Add new update_user_device_public_key webservice
This commit is contained in:
parent
7c843b380b
commit
9bc236d48d
7 changed files with 381 additions and 0 deletions
|
@ -1746,6 +1746,12 @@ $functions = array(
|
|||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_user_update_user_device_public_key' => array(
|
||||
'classname' => '\core_user\external\update_user_device_public_key',
|
||||
'description' => 'Store mobile user public key.',
|
||||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_user_add_user_private_files' => array(
|
||||
'classname' => 'core_user_external',
|
||||
'methodname' => 'add_user_private_files',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue