Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
Packback\Lti1p3\Lti1p1Key Class Reference

Public Member Functions

 __construct (?array $key=null)
 
 getKey ()
 
 getSecret ()
 
 setKey (string $key)
 
 setSecret (string $secret)
 
 sign (string $deploymentId, string $iss, string $clientId, string $exp, string $nonce)
 Create a signature using the key and secret.
 

Member Function Documentation

◆ sign()

Packback\Lti1p3\Lti1p1Key::sign ( string $deploymentId,
string $iss,
string $clientId,
string $exp,
string $nonce )

Create a signature using the key and secret.

See also
https://www.imsglobal.org/spec/lti/v1p3/migr#oauth_consumer_key_sign

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