Home
last modified time | relevance | path

Searched refs:Token (Results 126 – 150 of 327) sorted by last modified time

12345678910>>...14

/plugin/oauth/
H A DStorage.php7 use OAuth\Common\Token\TokenInterface;
H A Ddeleted.files82 phpoauthlib/src/OAuth/Common/Token/AbstractToken.php
83 phpoauthlib/src/OAuth/Common/Token/Exception/ExpiredTokenException.php
84 phpoauthlib/src/OAuth/Common/Token/TokenInterface.php
99 phpoauthlib/src/OAuth/OAuth1/Token/StdOAuth1Token.php
100 phpoauthlib/src/OAuth/OAuth1/Token/TokenInterface.php
135 phpoauthlib/src/OAuth/OAuth2/Token/StdOAuth2Token.php
136 phpoauthlib/src/OAuth/OAuth2/Token/TokenInterface.php
159 phpoauthlib/tests/Unit/Common/Token/AbstractTokenTest.php
171 phpoauthlib/tests/Unit/OAuth1/Token/StdOAuth1TokenTest.php
/plugin/gitlabapi/
H A DREADME.md52 ### Override Server and Token
/plugin/oauthauthsch/
H A Daction.php124 … msg('Service did not provide a Refresh Token. You will be logged out when the session expires.');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php5 use OAuth\Common\Token\TokenInterface;
H A DSymfonySession.php5 use OAuth\Common\Token\TokenInterface;
H A DTokenStorageInterface.php5 use OAuth\Common\Token\TokenInterface;
H A DMemory.php5 use OAuth\Common\Token\TokenInterface;
H A DRedis.php5 use OAuth\Common\Token\TokenInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DTokenInterface.php3 namespace OAuth\Common\Token;
H A DAbstractToken.php3 namespace OAuth\Common\Token;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php15 use OAuth\Common\Token\TokenInterface;
16 use OAuth\Common\Token\Exception\ExpiredTokenException;
H A DEveOnline.php16 use OAuth\Common\Token\TokenInterface;
17 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DGeneric.php6 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DServiceInterface.php7 use OAuth\Common\Token\TokenInterface;
/plugin/evesso/classes/
H A DoAuthStorage.php7 use OAuth\Common\Token\TokenInterface;
8 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DAbstractAdapter.php9 use OAuth\OAuth2\Token\StdOAuth2Token;
/plugin/evesso/phpoauthlib/
H A DREADME.md39 …e included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterf…
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Token/
H A DStdOAuth2Token.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\AbstractToken;
H A DTokenInterface.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/Exception/
H A DExpiredTokenException.php3 namespace OAuth\Common\Token\Exception;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DTokens.php20 use Google\Service\Directory\Token; alias
57 * @return Token
63 return $this->call('get', [$params], Token::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnnotateTextResponse.php35 protected $tokensType = Token::class;
109 * @param Token[]
116 * @return Token[]
H A DToken.php20 class Token extends \Google\Model class
92 class_alias(Token::class, 'Google_Service_CloudNaturalLanguage_Token');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DToken.php20 class Token extends \Google\Collection class
171 class_alias(Token::class, 'Google_Service_Directory_Token');

12345678910>>...14