Skip to content
Snippets Groups Projects
Commit 5b2a9c45 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove isAuthenticated() from SimpleSAML_Session.

parent 61ad1507
No related branches found
No related tags found
No related merge requests found
......@@ -553,16 +553,6 @@ class SimpleSAML_Session {
return $this->authData[$this->authority]['Expire'] - time();
}
/**
* Is the user authenticated. This function does not check the session duration.
*
* @return bool TRUE if the user is authenticated, FALSE otherwise.
* @deprecated
*/
public function isAuthenticated() {
return isset($this->authData[$this->authority]);
}
/**
* Retrieve the time the user was authenticated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment