Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Namespaces | |
namespace | auth_oauth2 |
| |
namespace | auth_oauth2\output |
| |
namespace | auth_oauth2\privacy |
| |
Classes | |
class | auth_oauth2\api |
Static list of api methods for auth oauth2 configuration. More... | |
class | auth_oauth2\auth |
Plugin for oauth2 authentication. More... | |
class | auth_oauth2\linked_login |
Class for loading/storing issuer from the DB. More... | |
class | auth_oauth2\output\renderer |
Implements the plugin renderer. More... | |
class | auth_oauth2\privacy\provider |
Privacy provider for auth_oauth2. More... | |
class | auth_plugin_oauth2 |
Plugin for oauth2 authentication. More... | |
Functions | |
auth_oauth2_extend_navigation_user_settings (navigation_node $useraccount, stdClass $user, context_user $context, stdClass $course, context_course $coursecontext) | |
Navigation hook to add to preferences page. | |
auth_oauth2_pre_user_delete ($user) | |
Callback to remove linked logins for deleted users. | |
xmldb_auth_oauth2_upgrade ($oldversion) | |
Upgrade function. | |
Variables | |
$capabilities | |
$observers | |
$plugin = 2023100400 | |
$plugin | component = 'auth_oauth2' |
$plugin | version = 2023100900 |
auth_oauth2_extend_navigation_user_settings | ( | navigation_node | $useraccount, |
stdClass | $user, | ||
context_user | $context, | ||
stdClass | $course, | ||
context_course | $coursecontext ) |
Navigation hook to add to preferences page.
navigation_node | $useraccount | |
stdClass | $user | |
context_user | $context | |
stdClass | $course | |
context_course | $coursecontext |
auth_oauth2_pre_user_delete | ( | $user | ) |
Callback to remove linked logins for deleted users.
stdClass | $user |
xmldb_auth_oauth2_upgrade | ( | $oldversion | ) |
Upgrade function.
int | $oldversion | the version we are upgrading from |
bool | result |
$capabilities |
$observers |