Lotsa bug fixes and updates

This commit is contained in:
Alex Bilbie
2014-07-11 18:27:03 +01:00
parent c6bc1b0cfc
commit 1e78f62823
17 changed files with 61 additions and 121 deletions

View File

@@ -132,7 +132,7 @@ abstract class AbstractServer
* Get the access token type
* @return TokenTypeInterface
*/
public function getIdType()
public function getTokenType()
{
return $this->tokenType;
}