Differences Between: [Versions 402 and 403]
(no description)
File Size: | 189 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
moodlenet:: (4 methods):
init()
create_endpoints()
discover_endpoints()
client_registration()
init() X-Ref |
Get the issuer template to display in the form. return: issuer the issuer. |
create_endpoints(issuer $issuer) X-Ref |
Create the endpoints for the issuer. param: issuer $issuer the issuer instance. return: issuer the issuer instance. |
discover_endpoints($issuer) X-Ref |
Read the OAuth 2 Auth Server Metadata. param: issuer $issuer the issuer instance. return: int the number of endpoints created. |
client_registration(issuer $issuer) X-Ref |
Perform (open) OAuth 2 Dynamic Client Registration with the MoodleNet application. param: issuer $issuer the issuer instance containing the service baseurl. return: void |