You are here

class InvalidTokenException in Auth0 Single Sign On 8.2

Represents all errors generated by SDK itself.

Hierarchy

Expanded class hierarchy of InvalidTokenException

2 files declare their use of InvalidTokenException
JWTVerifier.php in vendor/auth0/auth0-php/src/JWTVerifier.php
TokenGeneratorTest.php in vendor/auth0/auth0-php/tests/API/Helpers/TokenGeneratorTest.php

File

vendor/auth0/auth0-php/src/Exception/InvalidTokenException.php, line 8

Namespace

Auth0\SDK\Exception
View source
class InvalidTokenException extends CoreException {

}

Members