Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Static Public Member Functions | List of all members
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: