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

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