summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Auth/State.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SimpleSAML/Auth/State.php')
-rw-r--r--lib/SimpleSAML/Auth/State.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SimpleSAML/Auth/State.php b/lib/SimpleSAML/Auth/State.php
index 5d6ebc6..a756535 100644
--- a/lib/SimpleSAML/Auth/State.php
+++ b/lib/SimpleSAML/Auth/State.php
@@ -92,12 +92,12 @@ class SimpleSAML_Auth_State {
/**
- * Extract the persistent authentication state from the state array.
+ * Get the persistent authentication state from the state array.
*
* @param array $state The state array to analyze.
* @return array The persistent authentication state.
*/
- public static function extractPersistentAuthState(array $state)
+ public static function getPersistentAuthData(array $state)
{
// save persistent authentication data
$persistent = array();