|
@@ -1224,6 +1224,7 @@ discard block |
|
|
block discarded – undo |
|
1224
|
1224
|
* the authnContextClassRef? If not, then ignore the 'Request |
|
1225
|
1225
|
* Silver' checkbox and silver certification in metadata. |
|
1226
|
1226
|
* Defaults to true. |
|
|
1227
|
+ * @param string $responseurl |
|
1227
|
1228
|
*/ |
|
1228
|
1229
|
public static function redirectToGetShibUser( |
|
1229
|
1230
|
$providerId = '', |
|
@@ -2272,7 +2273,7 @@ discard block |
|
|
block discarded – undo |
|
2272
|
2273
|
* following: 'pkcs12', 'gsca', or 'delegate'. |
|
2273
|
2274
|
* @param int $defaultmaxlifetime Default maxlifetime (in hours) for the |
|
2274
|
2275
|
* credential. |
|
2275
|
|
- * @return array An array consisting of two entries: the minimum and |
|
|
2276
|
+ * @return integer[] An array consisting of two entries: the minimum and |
|
2276
|
2277
|
* maximum lifetimes (in hours) for a credential. |
|
2277
|
2278
|
*/ |
|
2278
|
2279
|
public static function getMinMaxLifetimes($section, $defaultmaxlifetime) |
Please login to merge, or discard this patch.