You are here

Deprecated in Auth0 Single Sign On 8.2

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
ApiClient::__call vendor/auth0/auth0-php/src/API/Helpers/ApiClient.php function 5.6.0, use $this->method().
Auth0Api vendor/auth0/auth0-php/src/Auth0Api.php class 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Management instead.
Auth0AuthApi vendor/auth0/auth0-php/src/Auth0AuthApi.php class 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Authentication instead
Auth0JWT vendor/auth0/auth0-php/src/Auth0JWT.php class 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\JWTVerifier instead. 1
Authentication::authorize_with_accesstoken vendor/auth0/auth0-php/src/API/Authentication.php function 5.1.1, disabled by default for new tenants as of 8 June 2017. Open the browser to do social authentication instead, which is what Google and Facebook are recommending.
Authentication::authorize_with_ro vendor/auth0/auth0-php/src/API/Authentication.php function 5.0.0, use `login` instead. Use only for passwordless verify 2
Authentication::email_code_passwordless_verify vendor/auth0/auth0-php/src/API/Authentication.php function 5.4.0, legacy authentication pipeline, no alternative provided.
Authentication::impersonate vendor/auth0/auth0-php/src/API/Authentication.php function 5.4.0, legacy authentication pipeline, no alternative provided.
Authentication::setApiClient vendor/auth0/auth0-php/src/API/Authentication.php function 5.4.0, not used and no replacement provided.
Authentication::sms_code_passwordless_verify vendor/auth0/auth0-php/src/API/Authentication.php function 5.4.0, legacy authentication pipeline, no alternative provided.
CacheHandler vendor/auth0/auth0-php/src/Helpers/Cache/CacheHandler.php interface 5.7.0, switching to Psr\SimpleCache\CacheInterface in 7.0.0 3 4
ClientGrants::get vendor/auth0/auth0-php/src/API/Management/ClientGrants.php function 5.4.0, no such endpoint.
ClientInterface::VERSION vendor/guzzlehttp/guzzle/src/ClientInterface.php constant Will be removed in Guzzle 7.0.0
DummyStateHandler vendor/auth0/auth0-php/src/API/Helpers/State/DummyStateHandler.php class 5.7.0, no replacement provided. 2
EmptyStore vendor/auth0/auth0-php/src/Store/EmptyStore.php class 5.7.0, no replacement provided. 2
FileSystemCacheHandler vendor/auth0/auth0-php/src/Helpers/Cache/FileSystemCacheHandler.php class 5.7.0, use a Psr\SimpleCache\CacheInterface in 7.0.0. 3
InformationHeaders::setDependency vendor/auth0/auth0-php/src/API/Helpers/InformationHeaders.php function 5.4.0, use $this->setEnvProperty() instead.
InformationHeaders::setDependencyData vendor/auth0/auth0-php/src/API/Helpers/InformationHeaders.php function 5.4.0, use $this->setEnvProperty() instead.
InformationHeaders::setEnvironment vendor/auth0/auth0-php/src/API/Helpers/InformationHeaders.php function 5.4.0, use $this->setEnvProperty() instead.
JWKFetcher::fetchKeys vendor/auth0/auth0-php/src/Helpers/JWKFetcher.php function 5.4.0, use requestJwkX5c instead.
JWKFetcher::findJwk vendor/auth0/auth0-php/src/Helpers/JWKFetcher.php function 5.6.0, use $this->getKeys(). 1
JWKFetcher::requestJwkX5c vendor/auth0/auth0-php/src/Helpers/JWKFetcher.php function 5.6.0, use $this->getKeys().
JWKFetcher::subArrayHasEmptyFirstItem vendor/auth0/auth0-php/src/Helpers/JWKFetcher.php function 5.6.0, not used. 2
JWTVerifier vendor/auth0/auth0-php/src/JWTVerifier.php class 5.7.0, replacement available in upcoming 7.0.0: Auth0\SDK\Helpers\Tokens\IdTokenVerifier 3
Management::$blacklists vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->blacklists() instead.
Management::$clients vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->clients() instead.
Management::$client_grants vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will be renamed and lose public access; use $this->clientGrants() instead.
Management::$connections vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->connections() instead.
Management::$deviceCredentials vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->deviceCredentials() instead.
Management::$emails vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->emails() instead.
Management::$emailTemplates vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->emailTemplates() instead.
Management::$grants vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->grants() instead.
Management::$jobs vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->jobs() instead.
Management::$logs vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->logs() instead.
Management::$resource_servers vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will be renamed and lose public access; use $this->resourceServers() instead.
Management::$roles vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->roles() instead.
Management::$rules vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->rules() instead.
Management::$stats vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->stats() instead.
Management::$tenants vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->tenants() instead.
Management::$tickets vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->tickets() instead.
Management::$userBlocks vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->userBlocks() instead.
Management::$users vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->users() instead.
Management::$usersByEmail vendor/auth0/auth0-php/src/API/Management.php property 5.6.0, will lose public access; use $this->usersByEmail() instead.
Oauth2Client vendor/auth0/auth0-php/src/API/Oauth2Client.php class 5.2.1, use \Auth0\SDK\Auth0 instead.
Oauth2Client::__construct vendor/auth0/auth0-php/src/API/Oauth2Client.php function 5.2.1, use \Auth0\SDK\Auth0 instead. Configuration: domain (String) - Required. Should match your Auth0 domain client_id (String) - Required. Client ID, found in Application > Settings in the Auth0 dashboard. client_secret (String) - Required. Client Secret, found in Application > Settings in the Auth0 dashboard. redirect_uri (String) - Required. The uri of the auth callback, used as a security method persist_user (Boolean) - Optional. Indicates if you want to persist the user info, default true persist_access_token (Boolean) - Optional. True to, persist the access token; default false persist_refresh_token (Boolean) - Optional. True to persist the refresh token; default false persist_id_token (Boolean) - Optional. Indicates if you want to persist the id token, default false store (Mixed) - Optional. Indicates how we store the persisting methods; default is session store. You can pass false to avoid storing it or a class that implements a store (get, set, delete). debug (Boolean) - Optional. Default false
RequestBuilder::addPathVariable vendor/auth0/auth0-php/src/API/Helpers/RequestBuilder.php function 5.6.0, use $this->addPath() instead.
RequestBuilder::dump vendor/auth0/auth0-php/src/API/Helpers/RequestBuilder.php function 5.6.0, no alternative provided.
RequestBuilder::__call vendor/auth0/auth0-php/src/API/Helpers/RequestBuilder.php function 5.6.0, use $this->addPath() to add paths.
SessionStateHandler vendor/auth0/auth0-php/src/API/Helpers/State/SessionStateHandler.php class 5.7.0, replaced by Auth0\SDK\Helpers\TransientStoreHandler 3
StateHandler vendor/auth0/auth0-php/src/API/Helpers/State/StateHandler.php interface 5.7.0, replaced by Auth0\SDK\Helpers\TransientStoreHandler 2 1

Pages

Other projects