Auth0Api.php in Auth0 Single Sign On 8.2
Namespace
Auth0\SDKFile
vendor/auth0/auth0-php/src/Auth0Api.phpView source
<?php
namespace Auth0\SDK;
/**
* This class provides access to Auth0 Platform API.
*
* @deprecated 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Management instead.
*
* @codeCoverageIgnore - Deprecated
*/
class Auth0Api extends \Auth0\SDK\API\Management {
}