Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d2b3281815 | ||
999a007b3b | |||
![]() |
3ef8e25bdb |
@@ -8,3 +8,4 @@ Andy Smith authored the original code (http://oauth.googlecode.com/svn/code/php/
|
||||
* Jacob Kiers (@jacobkiers)
|
||||
* Alexandru G. (@vimishor)
|
||||
* Victor Bjelkholm (@VictorBjelkholm)
|
||||
* David Macek (@elieux)
|
||||
|
@@ -243,7 +243,7 @@ private function getToken(RequestInterface $request, ConsumerInterface $consumer
|
||||
|
||||
$token = $this->data_store->lookupToken($consumer, $token_type, $token_key);
|
||||
if (!$token) {
|
||||
throw new OAuthException("Invalid $token_type token: $token_field");
|
||||
throw new OAuthException("Invalid $token_type token: $token_key");
|
||||
}
|
||||
return $token;
|
||||
}
|
||||
|
Reference in New Issue
Block a user