Set a default token ttl of one hour

This commit is contained in:
Alex Bilbie 2012-12-23 20:31:16 +00:00
parent 9fd6f309df
commit d99e871e11

View File

@ -30,8 +30,8 @@ class Server
* @var array * @var array
*/ */
private $_config = array( private $_config = array(
'scope_delimeter' => ',', 'scope_delimeter' => ',',
'access_token_ttl' => null 'access_token_ttl' => 3600
); );
/** /**