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