10 calls to HandlerStack::create() in Auth0 Single Sign On 8.2
- Auth0Test::testThatExchangeSkipsUserinfo in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that the skip_userinfo config option uses the ID token instead of calling /userinfo.
- Auth0Test::testThatExchangeSucceedsWithIdToken in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that the exchanges succeeds when there is both and access token and an ID token present.
- Auth0Test::testThatExchangeSucceedsWithNoIdToken in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that the exchanges succeeds when there is only an access token.
- Auth0Test::testThatRenewTokensFailsIfNoAccessOrIdTokenReturned in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that renewTokens fails if the API response is invalid.
- Auth0Test::testThatRenewTokensFailsIfThereIsNoRefreshToken in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that renewTokens fails if there is no refresh_token stored.
- Auth0Test::testThatRenewTokensSucceeds in vendor/
auth0/ auth0-php/ tests/ Auth0Test.php - Test that renewTokens succeeds with non-empty access_token and refresh_token stored.
- Client::__construct in vendor/
guzzlehttp/ guzzle/ src/ Client.php - Clients accept an array of constructor parameters.
- MockApi::__construct in vendor/
auth0/ auth0-php/ tests/ MockApi.php - MockApi constructor.
- MockHandler::createWithMiddleware in vendor/
guzzlehttp/ guzzle/ src/ Handler/ MockHandler.php - Creates a new MockHandler that uses the default handler stack list of middlewares.
- RequestBuilderTest::testThatBooleanFormParamsAreAdded in vendor/
auth0/ auth0-php/ tests/ API/ Helpers/ RequestBuilderTest.php