You are here

Classes, traits, and interfaces in Auth0 Single Sign On 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
MessageTrait trait GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/MessageTrait.php Trait implementing functionality common to requests and responses.
Middleware final class GuzzleHttp vendor/guzzlehttp/guzzle/src/Middleware.php Functions used to create and wrap handlers with handler middleware. 4
MockApi abstract class Auth0\Tests vendor/auth0/auth0-php/tests/MockApi.php Class MockApi 2 2
MockAuthenticationApi class Auth0\Tests\API\Authentication vendor/auth0/auth0-php/tests/API/Authentication/MockAuthenticationApi.php Class MockAuthenticationApi 1
MockHandler class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php Handler that returns responses or throw exceptions from a queue. 4
MockManagementApi class Auth0\Tests\API\Management vendor/auth0/auth0-php/tests/API/Management/MockManagementApi.php Class MockManagementApi 2
MultipartStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/MultipartStream.php Stream that when read returns bytes for a streaming multipart or multipart/form-data stream.
NoCacheHandler class Auth0\SDK\Helpers\Cache vendor/auth0/auth0-php/src/Helpers/Cache/NoCacheHandler.php 3
NoSeekStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/NoSeekStream.php Stream decorator that prevents a stream from being seeked
Oauth2Client Deprecated class Auth0\SDK\API vendor/auth0/auth0-php/src/API/Oauth2Client.php This class provides access to Auth0 Platform.
PasswordGrantTest class Auth0\Tests\API\Authentication vendor/auth0/auth0-php/tests/API/Authentication/PasswordGrantTest.php Class PasswordGrantTest Tests the Authentication API class, specifically password grants.
Pool class GuzzleHttp vendor/guzzlehttp/guzzle/src/Pool.php Sends an iterator of requests concurrently using a capped pool size.
PrepareBodyMiddleware class GuzzleHttp vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php Prepares requests that contain a body, adding the Content-Length, Content-Type, and Expect headers.
Promise class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/Promise.php Promises/A+ implementation that avoids recursion when possible. 1
PromiseInterface interface GuzzleHttp\Promise vendor/guzzlehttp/promises/src/PromiseInterface.php A promise represents the eventual result of an asynchronous operation. 4 9
PromisorInterface interface GuzzleHttp\Promise vendor/guzzlehttp/promises/src/PromisorInterface.php Interface used with classes that return a promise. 2 1
Proxy class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/Proxy.php Provides basic proxies for handlers. 1
PumpStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/PumpStream.php Provides a read only stream that pumps data from a PHP callable.
RedirectMiddleware class GuzzleHttp vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php Request redirect middleware.
RefreshTokenFailedException class Drupal\auth0\Exception src/Exception/RefreshTokenFailedException.php Internal error to handle missing emails in the user profile.
RefreshTokenTest class Auth0\Tests\API\Authentication vendor/auth0/auth0-php/tests/API/Authentication/RefreshTokenTest.php Class RefreshTokenTest. Tests the \Auth0\SDK\API\Authentication::refresh_token() method.
RejectedPromise class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/RejectedPromise.php A promise that has been rejected. 3
RejectionException class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/RejectionException.php A special exception that is thrown when waiting on a rejected promise. 2
Request class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/Request.php PSR-7 request implementation. 1 1
RequestBuilder class Auth0\SDK\API\Helpers vendor/auth0/auth0-php/src/API/Helpers/RequestBuilder.php Class RequestBuilder 2
RequestBuilderTest class Auth0\Tests\API vendor/auth0/auth0-php/tests/API/Helpers/RequestBuilderTest.php Class RequestBuilderTest Tests the Auth0\SDK\API\Helpers\RequestBuilder class.
RequestException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/RequestException.php HTTP Request exception 3 7
RequestInterface interface Psr\Http\Message vendor/psr/http-message/src/RequestInterface.php Representation of an outgoing, client-side request. 2 24
RequestOptions final class GuzzleHttp vendor/guzzlehttp/guzzle/src/RequestOptions.php This class contains a list of built-in Guzzle request options. 1
ResourceServers class Auth0\SDK\API\Management vendor/auth0/auth0-php/src/API/Management/ResourceServers.php Class ResourceServers. Handles requests to the Resource Servers endpoint of the v2 Management API. 1
ResourceServersTest class Auth0\Tests\API\Management vendor/auth0/auth0-php/tests/API/Management/ResourceServersTest.php Class ResourceServersTest.
Response class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/Response.php PSR-7 response implementation. 13
ResponseInterface interface Psr\Http\Message vendor/psr/http-message/src/ResponseInterface.php Representation of an outgoing, server-side response. 1 17
RetryMiddleware class GuzzleHttp vendor/guzzlehttp/guzzle/src/RetryMiddleware.php Middleware that retries requests based on the boolean result of invoking the provided "decider" function.
Rfc7230 final class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/Rfc7230.php
Roles class Auth0\SDK\API\Management vendor/auth0/auth0-php/src/API/Management/Roles.php Class Roles. Handles requests to the Roles endpoint of the v2 Management API. 1
RolesTestMocked class Auth0\Tests\API\Management vendor/auth0/auth0-php/tests/API/Management/RolesMockedTest.php Class RolesTestMocked.
Rules class Auth0\SDK\API\Management vendor/auth0/auth0-php/src/API/Management/Rules.php Class Rules. Handles requests to the Rules endpoint of the v2 Management API. 1
RulesTest class Auth0\Tests\API\Management vendor/auth0/auth0-php/tests/API/Management/RulesTest.php Class RulesTest.
SeekException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/SeekException.php Exception thrown when a seek fails on a stream.
ServerException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/ServerException.php Exception when a server error is encountered (5xx codes)
ServerRequest class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/ServerRequest.php Server-side HTTP request
ServerRequestInterface interface Psr\Http\Message vendor/psr/http-message/src/ServerRequestInterface.php Representation of an incoming, server-side HTTP request. 1 2
SessionCookieJar class GuzzleHttp\Cookie vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php Persists cookies in the client session
SessionStateHandler Deprecated class Auth0\SDK\API\Helpers\State vendor/auth0/auth0-php/src/API/Helpers/State/SessionStateHandler.php Session based implementation of StateHandler. 3
SessionStateHandlerTest class Auth0\Tests\Api\Helpers\State vendor/auth0/auth0-php/tests/API/Helpers/State/SessionStateHandlerTest.php Class SessionStateHandlerTest
SessionStore class Auth0\SDK\Store vendor/auth0/auth0-php/src/Store/SessionStore.php This class provides a layer to persist user access using PHP Sessions. 5
SessionStoreTest class vendor/auth0/auth0-php/tests/Store/SessionStoreTest.php Class SessionStoreTest. Tests the SessionStore class.
SetCookie class GuzzleHttp\Cookie vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php Set-Cookie object
SignatureInvalidException class Firebase\JWT vendor/firebase/php-jwt/src/SignatureInvalidException.php

Pages

Other projects