Skip to content
Snippets Groups Projects
Commit 715844a2 authored by Olav Morken's avatar Olav Morken
Browse files

SimpleSAML_Auth_Source: Add getAuthId().

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1740 44740490-163a-0410-bde0-09ae8108e29a
parent a1d85164
No related branches found
No related tags found
Loading
...@@ -71,6 +71,17 @@ abstract class SimpleSAML_Auth_Source { ...@@ -71,6 +71,17 @@ abstract class SimpleSAML_Auth_Source {
} }
/**
* Retrieve the ID of this authentication source.
*
* @return string The ID of this authentication source.
*/
public function getAuthId() {
return $this->authId;
}
/** /**
* Process a request. * Process a request.
* *
......
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