Home
last modified time | relevance | path

Searched refs:TokenNotFoundException (Results 1 – 17 of 17) sorted by last modified time

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/
H A DTokenNotFoundException.php8 class TokenNotFoundException extends StorageException class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DMemory.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
39 throw new TokenNotFoundException('Token not stored');
H A DRedis.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
57 throw new TokenNotFoundException('Token not found in redis');
H A DSession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
63 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DSymfonySession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
46 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DTokenStorageInterface.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
18 * @throws TokenNotFoundException
/plugin/oauth/
H A DAdapter.php10 use OAuth\Common\Storage\Exception\TokenNotFoundException;
109 * @throws TokenNotFoundException
135 * @throws TokenNotFoundException
8 use OAuth\Common\Storage\Exception\TokenNotFoundException; global() alias
H A DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
69 throw new TokenNotFoundException('No token found in storage');
124 * @throws TokenNotFoundException
130 throw new TokenNotFoundException('No state found in storage');
H A Ddeleted.files76 phpoauthlib/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
63 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DSymfonySession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
46 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DTokenStorageInterface.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
18 * @throws TokenNotFoundException
H A DMemory.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
39 throw new TokenNotFoundException('Token not stored');
H A DRedis.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
57 throw new TokenNotFoundException('Token not found in redis');
/plugin/evesso/classes/
H A DoAuthStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
59 * @throws TokenNotFoundException
65 throw new TokenNotFoundException('No token found in storage');
151 throw new TokenNotFoundException('No state found in storage');
H A DAbstractAdapter.php7 use OAuth\Common\Storage\Exception\TokenNotFoundException; alias
162 } catch (TokenNotFoundException $e) {
184 } catch (TokenNotFoundException | TokenResponseException $e) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/Exception/
H A DTokenNotFoundException.php8 class TokenNotFoundException extends StorageException class