You are here

class Auth0Api in Auth0 Single Sign On 8.2

This class provides access to Auth0 Platform API.

@codeCoverageIgnore - Deprecated

Hierarchy

Expanded class hierarchy of Auth0Api

Deprecated

4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Management instead.

File

vendor/auth0/auth0-php/src/Auth0Api.php, line 11

Namespace

Auth0\SDK
View source
class Auth0Api extends \Auth0\SDK\API\Management {

}

Members

Namesort descending Modifiers Type Description Overrides
Management::$apiClient private property
Management::$blacklists Deprecated public property
Management::$clients Deprecated public property
Management::$client_grants Deprecated public property
Management::$connections Deprecated public property
Management::$deviceCredentials Deprecated public property
Management::$domain private property
Management::$emails Deprecated public property
Management::$emailTemplates Deprecated public property
Management::$grants Deprecated public property
Management::$guzzleOptions private property
Management::$jobs Deprecated public property
Management::$logs Deprecated public property
Management::$resource_servers Deprecated public property
Management::$returnType private property
Management::$roles Deprecated public property
Management::$rules Deprecated public property
Management::$stats Deprecated public property
Management::$tenants Deprecated public property
Management::$tickets Deprecated public property
Management::$token private property
Management::$userBlocks Deprecated public property
Management::$users Deprecated public property
Management::$usersByEmail Deprecated public property
Management::blacklists public function Return an instance of the Blacklists class.
Management::clientGrants public function Return an instance of the ClientGrants class.
Management::clients public function Return an instance of the Clients class.
Management::connections public function Return an instance of the Connections class.
Management::deviceCredentials public function Return an instance of the DeviceCredentials class.
Management::emails public function Return an instance of the Emails class.
Management::emailTemplates public function Return an instance of the EmailTemplates class.
Management::grants public function Return an instance of the Grants class.
Management::jobs public function Return an instance of the Jobs class.
Management::logs public function Return an instance of the Logs class.
Management::resourceServers public function Return an instance of the ResourceServers class.
Management::roles public function Return an instance of the Roles class.
Management::rules public function Return an instance of the Rules class.
Management::setApiClient protected function
Management::stats public function Return an instance of the Stats class.
Management::tenants public function Return an instance of the Tenants class.
Management::tickets public function Return an instance of the Tickets class.
Management::userBlocks public function Return an instance of the UserBlocks class.
Management::users public function Return an instance of the Users class.
Management::usersByEmail public function Return an instance of the UsersByEmail class.
Management::__construct public function Management constructor.