Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Update JWKFactoryInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky authored Sep 30, 2016
1 parent d3901c1 commit a5534ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factory/JWKFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function createFromKey($key, $password = null, array $additional_v
*
* @return \Jose\Object\JWKSetInterface
*/
public static function createFromJKU($jku, $allow_unsecured_connection = false, CacheItemPoolInterface $cache = null, $ttl = 300);
public static function createFromJKU($jku, $allow_unsecured_connection = false, CacheItemPoolInterface $cache = null, $ttl = 86400);

/**
* @param string $x5u
Expand All @@ -165,7 +165,7 @@ public static function createFromJKU($jku, $allow_unsecured_connection = false,
*
* @return \Jose\Object\JWKSetInterface
*/
public static function createFromX5U($x5u, $allow_unsecured_connection = false, CacheItemPoolInterface $cache = null, $ttl = 300);
public static function createFromX5U($x5u, $allow_unsecured_connection = false, CacheItemPoolInterface $cache = null, $ttl = 86400);

/**
* @param array $x5c
Expand Down

0 comments on commit a5534ac

Please sign in to comment.