Home
last modified time | relevance | path

Searched refs:AuthorizationStateNotFoundException (Results 1 – 11 of 11) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DMemory.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
94 throw new AuthorizationStateNotFoundException('State not stored');
H A DSession.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
155 …throw new AuthorizationStateNotFoundException('State not found in session, are you sure you stored…
H A DSymfonySession.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
126 …throw new AuthorizationStateNotFoundException('State not found in session, are you sure you stored…
H A DRedis.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
139 throw new AuthorizationStateNotFoundException('State not found in redis');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DMemory.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
94 throw new AuthorizationStateNotFoundException('State not stored');
H A DSession.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
155 throw new AuthorizationStateNotFoundException('State not found in session, are you sure you stored it?');
H A DSymfonySession.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
126 throw new AuthorizationStateNotFoundException('State not found in session, are you sure you stored it?');
H A DRedis.php7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException; alias
139 throw new AuthorizationStateNotFoundException('State not found in redis');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/Exception/
H A DAuthorizationStateNotFoundException.php8 class AuthorizationStateNotFoundException extends StorageException class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/
H A DAuthorizationStateNotFoundException.php8 class AuthorizationStateNotFoundException extends StorageException class
/plugin/oauth/
H A Ddeleted.files74 phpoauthlib/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php