SimpleSAML_AuthMemCookie::getAuthSource PHP Method

getAuthSource() public method

Retrieve the authentication source that should be used to authenticate the user.
public getAuthSource ( ) : string
return string The login type which should be used for Auth MemCookie.
    public function getAuthSource()
    {
        return $this->amcConfig->getString('authsource');
    }