|
static | execute ($uuid, $appid, $publickey) |
| Update public key against registered user device.
|
|
static | execute_parameters () |
| Returns description of method parameters.
|
|
static | execute_returns () |
| Returns description of method result value.
|
|
◆ execute()
static core_user\external\update_user_device_public_key::execute |
( |
| $uuid, |
|
|
| $appid, |
|
|
| $publickey ) |
|
static |
Update public key against registered user device.
- Parameters
-
string | $uuid | The device UUID. |
string | $appid | The app id, usually something like com.moodle.moodlemobile. |
string | $publickey | The app generated public key. |
- Return values
-
array | Status and list of possible warnings |
◆ execute_parameters()
static core_user\external\update_user_device_public_key::execute_parameters |
( |
| ) |
|
|
static |
Returns description of method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static core_user\external\update_user_device_public_key::execute_returns |
( |
| ) |
|
|
static |
Returns description of method result value.
- Return values
-
external_single_structure | |
- Since
- Moodle 4.2
The documentation for this class was generated from the following file:
- user/classes/external/update_user_device_public_key.php