Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core_user\devicekey Class Reference

Static Public Member Functions

static update_device_public_key (string $uuid, string $appid, string $publickey)
 Update the users public key for the specified device and app.
 

Member Function Documentation

◆ 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$uuidThe device UUID.
string$appidThe app id, usually something like com.moodle.moodlemobile.
string$publickeyThe app generated public key.
Return values
bool
Since
Moodle 4.2

The documentation for this class was generated from the following file: