Update public key against registered user device.
More...
|
static | update_device_public_key (string $uuid, string $appid, string $publickey) |
| Update the users public key for the specified device and app.
|
|
Update public key against registered user device.
- Copyright
- Alex Morris alex..nosp@m.morr.nosp@m.is@ca.nosp@m.taly.nosp@m.st.ne.nosp@m.t.nz
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- Since
- Moodle 4.2
◆ update_device_public_key()
static core_user\devicekey::update_device_public_key |
( |
string | $uuid, |
|
|
string | $appid, |
|
|
string | $publickey ) |
|
static |
Update the users public key for the specified device and app.
- 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
-
- Since
- Moodle 4.2
The documentation for this class was generated from the following file: