You are here

Auth0AuthApi.php in Auth0 Single Sign On 8.2

Namespace

Auth0\SDK

File

vendor/auth0/auth0-php/src/Auth0AuthApi.php
View 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

Namesort descending Description
Auth0AuthApi Deprecated This class provides access to Auth0 Platform auth API.