Moodle APIs 3.11
Moodle 3.11.11+ (Build: 20221125)
Static Public Member Functions | List of all members
mod_lti\local\ltiopenid\jwks_helper Class Reference

This class exposes functions for LTI 1.3 Key Management. More...

Static Public Member Functions

static get_jwks ()
 Returns the JWK Key Set for this site. More...
 
static get_private_key ()
 Returns the private key to use to sign outgoing JWT. More...
 

Detailed Description

This class exposes functions for LTI 1.3 Key Management.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_jwks()

static mod_lti\local\ltiopenid\jwks_helper::get_jwks ( )
static

Returns the JWK Key Set for this site.

Return values
arraykeyset exposting the site public key.

◆ get_private_key()

static mod_lti\local\ltiopenid\jwks_helper::get_private_key ( )
static

Returns the private key to use to sign outgoing JWT.

Return values
arraykeys are kid and key in PEM format.

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