Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

(no description)

File Size: 164 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

base_definition:: (3 methods):
  create_endpoints()
  discover_endpoints()
  create_discovery_endpoint()


Class: base_definition  - X-Ref

Class for provider discovery definition, to allow services easily discover and process information.
This abstract class is called from core\oauth2\api when discovery points need to be updated.

create_endpoints(issuer $issuer)   X-Ref
Create endpoints for this issuer.

param: issuer $issuer Issuer the endpoints should be created for.
return: issuer

discover_endpoints($issuer)   X-Ref
If the discovery endpoint exists for this issuer, try and determine the list of valid endpoints.

param: issuer $issuer
return: int The number of discovered services.

create_discovery_endpoint(issuer $issuer, string $url)   X-Ref
Helper method to create discovery endpoint.

param: issuer $issuer Issuer the endpoints should be created for.
param: string $url Discovery endpoint URL.
return: endpoint The endpoint created.