diff options
-rw-r--r-- | lib/SimpleSAML/Auth/Source.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php index 267c48d..6781d69 100644 --- a/lib/SimpleSAML/Auth/Source.php +++ b/lib/SimpleSAML/Auth/Source.php @@ -72,6 +72,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. * * If an authentication source returns from this function, it is assumed to have |