AggregateException |
class |
GuzzleHttp\Promise |
vendor/guzzlehttp/promises/src/AggregateException.php |
Exception thrown when too many errors occur in the some() or any() methods. |
|
|
|
ApiClient |
class |
Auth0\SDK\API\Helpers |
vendor/auth0/auth0-php/src/API/Helpers/ApiClient.php |
|
|
7 |
|
ApiException |
class |
Auth0\SDK\Exception |
vendor/auth0/auth0-php/src/Exception/ApiException.php |
Represents all errors returned by the server |
|
6 |
|
ApiTests |
class |
Auth0\Tests\API |
vendor/auth0/auth0-php/tests/API/ApiTests.php |
Class ApiTests.
Extend to test API endpoints with a live or mock API. |
15 |
11 |
|
AppendStream |
class |
GuzzleHttp\Psr7 |
vendor/guzzlehttp/psr7/src/AppendStream.php |
Reads from multiple streams, one after the other. |
|
|
|
Auth0 |
class |
Auth0\SDK |
vendor/auth0/auth0-php/src/Auth0.php |
Class Auth0
Provides access to Auth0 authentication functionality. |
|
2 |
|
Auth0Api Deprecated |
class |
Auth0\SDK |
vendor/auth0/auth0-php/src/Auth0Api.php |
This class provides access to Auth0 Platform API. |
|
|
|
Auth0AuthApi Deprecated |
class |
Auth0\SDK |
vendor/auth0/auth0-php/src/Auth0AuthApi.php |
This class provides access to Auth0 Platform auth API. |
|
|
|
Auth0JWT Deprecated |
class |
Auth0\SDK |
vendor/auth0/auth0-php/src/Auth0JWT.php |
This class provides access to Auth0 JWT decoder. |
|
1 |
|
Auth0Test |
class |
Auth0\Tests |
vendor/auth0/auth0-php/tests/Auth0Test.php |
Class Auth0Test |
|
|
|
Auth0UserPreLoginEvent |
class |
Drupal\auth0\Event |
src/Event/Auth0UserPreLoginEvent.php |
User prelogin event. |
|
1 |
|
Auth0UserSigninEvent |
class |
Drupal\auth0\Event |
src/Event/Auth0UserSigninEvent.php |
User signin event. |
|
1 |
|
Auth0UserSignupEvent |
class |
Drupal\auth0\Event |
src/Event/Auth0UserSignupEvent.php |
User signup event. |
|
1 |
|
AuthController |
class |
Drupal\auth0\Controller |
src/Controller/AuthController.php |
Controller routines for auth0 authentication. |
|
|
|
Authentication |
class |
Auth0\SDK\API |
vendor/auth0/auth0-php/src/API/Authentication.php |
Class Authentication |
1 |
12 |
|
AuthHelper |
class |
Drupal\auth0\Util |
src/Util/AuthHelper.php |
Controller routines for auth0 authentication. |
|
2 |
2 |
AuthorizationBearer |
class |
Auth0\SDK\API\Header\Authorization |
vendor/auth0/auth0-php/src/API/Header/Authorization/AuthorizationBearer.php |
|
|
3 |
|
BadResponseException |
class |
GuzzleHttp\Exception |
vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php |
Exception when an HTTP error occurs (4xx or 5xx error) |
2 |
1 |
|
BasicAdvancedForm |
class |
Drupal\auth0\Form |
src/Form/BasicAdvancedForm.php |
This forms handles the advanced module configurations. |
|
|
1 |
BasicCrudTest |
abstract class |
Auth0\Tests\API |
vendor/auth0/auth0-php/tests/API/BasicCrudTest.php |
Class BasicCrudTest. |
|
|
|
BasicSettingsForm |
class |
Drupal\auth0\Form |
src/Form/BasicSettingsForm.php |
This forms handles the basic module configurations. |
|
|
1 |
BeforeValidException |
class |
Firebase\JWT |
vendor/firebase/php-jwt/src/BeforeValidException.php |
|
|
|
|
Blacklists |
class |
Auth0\SDK\API\Management |
vendor/auth0/auth0-php/src/API/Management/Blacklists.php |
|
|
1 |
|
BlacklistsTest |
class |
Auth0\Tests\API\Management |
vendor/auth0/auth0-php/tests/API/Management/BlacklistsTest.php |
|
|
|
|
BufferStream |
class |
GuzzleHttp\Psr7 |
vendor/guzzlehttp/psr7/src/BufferStream.php |
Provides a buffer stream that can be written to to fill a buffer, and read
from to remove bytes from the buffer. |
|
|
|
CacheDecorator |
class |
Auth0\Tests |
vendor/auth0/auth0-php/tests/Helpers/Cache/CacheDecorator.php |
|
|
1 |
|
CacheHandler Deprecated |
interface |
Auth0\SDK\Helpers\Cache |
vendor/auth0/auth0-php/src/Helpers/Cache/CacheHandler.php |
|
3 |
4 |
|
CacheTest |
class |
Auth0\Tests\Helpers\Cache |
vendor/auth0/auth0-php/tests/Helpers/Cache/CacheTest.php |
|
|
|
|
CachingStream |
class |
GuzzleHttp\Psr7 |
vendor/guzzlehttp/psr7/src/CachingStream.php |
Stream decorator that can cache previously read bytes from a sequentially
read stream. |
|
|
|
CancellationException |
class |
GuzzleHttp\Promise |
vendor/guzzlehttp/promises/src/CancellationException.php |
Exception that is set as the reason for a promise that has been cancelled. |
|
|
|
ClassLoader |
class |
Composer\Autoload |
vendor/composer/ClassLoader.php |
ClassLoader implements a PSR-0, PSR-4 and classmap class loader. |
|
|
|
Client |
class |
GuzzleHttp |
vendor/guzzlehttp/guzzle/src/Client.php |
@method ResponseInterface get(string|UriInterface $uri, array $options = [])
@method ResponseInterface head(string|UriInterface $uri, array $options = [])
@method ResponseInterface put(string|UriInterface $uri, array $options = [])
@method… |
|
2 |
|
ClientCredentialsTest |
class |
Auth0\Tests\API\Authentication |
vendor/auth0/auth0-php/tests/API/Authentication/ClientCredentialsTest.php |
|
|
|
|
ClientException |
class |
GuzzleHttp\Exception |
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php |
Exception when a client error is encountered (4xx codes) |
|
3 |
|
ClientGrants |
class |
Auth0\SDK\API\Management |
vendor/auth0/auth0-php/src/API/Management/ClientGrants.php |
Class ClientGrants.
Handles requests to the Client Grants endpoint of the v2 Management API. |
|
1 |
|
ClientGrantsTest |
class |
Auth0\Tests\API |
vendor/auth0/auth0-php/tests/API/Management/ClientGrantsTest.php |
Class ClientGrantsTest.
Tests the Auth0\SDK\API\Management\ClientGrants class. |
|
|
|
ClientInterface |
interface |
GuzzleHttp |
vendor/guzzlehttp/guzzle/src/ClientInterface.php |
Client interface for sending HTTP requests. |
1 |
|
|
Clients |
class |
Auth0\SDK\API\Management |
vendor/auth0/auth0-php/src/API/Management/Clients.php |
Class Clients.
Handles requests to the Clients endpoint of the v2 Management API. |
|
1 |
|
ClientsTest |
class |
Auth0\Tests\API\Management |
vendor/auth0/auth0-php/tests/API/Management/ClientsTest.php |
Class ClientsTest |
|
|
|
ComposerAutoloaderInit42b92e6fb23fd5de32e1e488d7c54e6d |
class |
|
vendor/composer/autoload_real.php |
|
|
|
|
ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d |
class |
Composer\Autoload |
vendor/composer/autoload_static.php |
|
|
|
|
ConnectException |
class |
GuzzleHttp\Exception |
vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php |
Exception thrown when a connection cannot be established. |
|
2 |
|
Connections |
class |
Auth0\SDK\API\Management |
vendor/auth0/auth0-php/src/API/Management/Connections.php |
Class Connections.
Handles requests to the Connections endpoint of the v2 Management API. |
|
1 |
|
ConnectionsTestMocked |
class |
Auth0\Tests\API\Management |
vendor/auth0/auth0-php/tests/API/Management/ConnectionsMockedTest.php |
Class ConnectionsTestMocked. |
|
|
|
ContentType |
class |
Auth0\SDK\API\Header |
vendor/auth0/auth0-php/src/API/Header/ContentType.php |
|
|
3 |
|
CookieJar |
class |
GuzzleHttp\Cookie |
vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php |
Cookie jar that stores cookies as an array |
2 |
1 |
|
CookieJarInterface |
interface |
GuzzleHttp\Cookie |
vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php |
Stores HTTP cookies. |
1 |
1 |
|
CoreException |
class |
Auth0\SDK\Exception |
vendor/auth0/auth0-php/src/Exception/CoreException.php |
Represents all errors generated by SDK itself. |
3 |
18 |
|
Coroutine |
final class |
GuzzleHttp\Promise |
vendor/guzzlehttp/promises/src/Coroutine.php |
Creates a promise that is resolved using a generator that yields values or
promises (somewhat similar to C#'s async keyword). |
|
|
|
CurlFactory |
class |
GuzzleHttp\Handler |
vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php |
Creates curl resources from a request |
|
|
|