Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The "relyingparty" collection of methods. More...
Protected Member Functions | |
convertToArrayAndStripNulls ($o) | |
The "relyingparty" collection of methods.
Typical usage is: $identitytoolkitService = new Google_Service_IdentityToolkit(...); $relyingparty = $identitytoolkitService->relyingparty;
|
inherited |
TODO: This function needs simplifying.
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
Google_Http_Request|expected_class |
Google_Exception |
Google_Service_IdentityToolkit_Relyingparty_Resource::createAuthUri | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest | $postBody, |
$optParams = array() ) |
Creates the URI used by the IdP to authenticate the user.
(relyingparty.createAuthUri)
Google_IdentitytoolkitRelyingpartyCreateAuthUriRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_CreateAuthUriResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::deleteAccount | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest | $postBody, |
$optParams = array() ) |
Delete user account.
(relyingparty.deleteAccount)
Google_IdentitytoolkitRelyingpartyDeleteAccountRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_DeleteAccountResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::downloadAccount | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest | $postBody, |
$optParams = array() ) |
Batch download user accounts.
(relyingparty.downloadAccount)
Google_IdentitytoolkitRelyingpartyDownloadAccountRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_DownloadAccountResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::getAccountInfo | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest | $postBody, |
$optParams = array() ) |
Returns the account info.
(relyingparty.getAccountInfo)
Google_IdentitytoolkitRelyingpartyGetAccountInfoRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_GetAccountInfoResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::getOobConfirmationCode | ( | Google_Service_IdentityToolkit_Relyingparty | $postBody, |
$optParams = array() ) |
Get a code for user action confirmation.
(relyingparty.getOobConfirmationCode)
Google_Relyingparty | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_Relyingparty_Resource::getPublicKeys | ( | $optParams = array() | ) |
Get token signing public key.
(relyingparty.getPublicKeys)
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_Relyingparty_Resource::getRecaptchaParam | ( | $optParams = array() | ) |
Get recaptcha secure param.
(relyingparty.getRecaptchaParam)
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_GetRecaptchaParamResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::resetPassword | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest | $postBody, |
$optParams = array() ) |
Reset password for a user.
(relyingparty.resetPassword)
Google_IdentitytoolkitRelyingpartyResetPasswordRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_ResetPasswordResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::setAccountInfo | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest | $postBody, |
$optParams = array() ) |
Set account info for a user.
(relyingparty.setAccountInfo)
Google_IdentitytoolkitRelyingpartySetAccountInfoRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_SetAccountInfoResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::uploadAccount | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest | $postBody, |
$optParams = array() ) |
Batch upload existing user accounts.
(relyingparty.uploadAccount)
Google_IdentitytoolkitRelyingpartyUploadAccountRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_UploadAccountResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::verifyAssertion | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest | $postBody, |
$optParams = array() ) |
Verifies the assertion returned by the IdP.
(relyingparty.verifyAssertion)
Google_IdentitytoolkitRelyingpartyVerifyAssertionRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_VerifyAssertionResponse |
Google_Service_IdentityToolkit_Relyingparty_Resource::verifyPassword | ( | Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest | $postBody, |
$optParams = array() ) |
Verifies the user entered password.
(relyingparty.verifyPassword)
Google_IdentitytoolkitRelyingpartyVerifyPasswordRequest | $postBody | |
array | $optParams | Optional parameters. |
Google_Service_IdentityToolkit_VerifyPasswordResponse |