You are here

25 calls to ErrorHelpers::errorHasString() in Auth0 Single Sign On 8.2

Auth0Test::testThatRenewTokensFailsIfNoAccessOrIdTokenReturned in vendor/auth0/auth0-php/tests/Auth0Test.php
Test that renewTokens fails if the API response is invalid.
Auth0Test::testThatRenewTokensFailsIfThereIsNoAccessToken in vendor/auth0/auth0-php/tests/Auth0Test.php
Test that renewTokens fails if there is no access_token stored.
Auth0Test::testThatRenewTokensFailsIfThereIsNoRefreshToken in vendor/auth0/auth0-php/tests/Auth0Test.php
Test that renewTokens fails if there is no refresh_token stored.
ClientGrantsTest::testCreateGrantExceptions in vendor/auth0/auth0-php/tests/API/Management/ClientGrantsTest.php
Test that create method throws errors correctly.
ConnectionsTestMocked::testThatConnectionsCreateThrowsExceptions in vendor/auth0/auth0-php/tests/API/Management/ConnectionsMockedTest.php
Test a connection create call exceptions.
GrantsTestMocked::testGrantsDeleteThrowsException in vendor/auth0/auth0-php/tests/API/Management/GrantsMockedTest.php
Test that a delete request throws an exception with an empty parameter.
GrantsTestMocked::testThatGrantsGetByAudienceThrowsException in vendor/auth0/auth0-php/tests/API/Management/GrantsMockedTest.php
Test that getByAudience throws an exception with an empty parameter.
GrantsTestMocked::testThatGrantsGetByClientIdThrowsException in vendor/auth0/auth0-php/tests/API/Management/GrantsMockedTest.php
Test that getByClientId throws an exception with an empty parameter.
GrantsTestMocked::testThatGrantsGetByUserIdThrowsException in vendor/auth0/auth0-php/tests/API/Management/GrantsMockedTest.php
Test that getByUserId throws an exception with an empty parameter.
PasswordGrantTest::testThatPasswordGrantLoginEnforcesPassword in vendor/auth0/auth0-php/tests/API/Authentication/PasswordGrantTest.php
PasswordGrantTest::testThatPasswordGrantLoginEnforcesUsername in vendor/auth0/auth0-php/tests/API/Authentication/PasswordGrantTest.php
PasswordGrantTest::testThatPasswordGrantRealmLoginEnforcesRealm in vendor/auth0/auth0-php/tests/API/Authentication/PasswordGrantTest.php
RefreshTokenTest::testThatClientIdIsRequired in vendor/auth0/auth0-php/tests/API/Authentication/RefreshTokenTest.php
Test that setting an empty client_id will override the default and throw an exception.
RefreshTokenTest::testThatClientSecretIsRequired in vendor/auth0/auth0-php/tests/API/Authentication/RefreshTokenTest.php
Test that setting an empty client_secret will override the default and throw an exception.
RefreshTokenTest::testThatRefreshTokenIsRequired in vendor/auth0/auth0-php/tests/API/Authentication/RefreshTokenTest.php
Test that an empty refresh token will throw an exception.
ResourceServersTest::testExceptions in vendor/auth0/auth0-php/tests/API/Management/ResourceServersTest.php
Test that exceptions are thrown for specific methods in specific cases.
RulesTest::testExceptions in vendor/auth0/auth0-php/tests/API/Management/RulesTest.php
Test that exceptions are thrown for specific methods in specific cases.
TokenTest::testThatMissingAudThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test for audience config param.
TokenTest::testThatMissingIssThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test for missing issuer for RS256 tokens.
TokenTest::testThatMissingSecretThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test that a secret is required for an HS256 token.
TokenTest::testThatOtherAlgsThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test unsupported algorithms in the config param.
TokenTest::testThatSuportedAlgsThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test legacy misspelling.
TokenTest::testThatTokenWithBadAlgThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test that a malformed token or missing algorithm fails.
TokenTest::testThatTokenWithIncorrectSegmentsThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test that a malformed token is rejected.
TokenTest::testThatTokenWithInvalidAudThrowsException in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php
Test that an invalid audience is rejected.