SimpleSAML_AuthMemCookie::getAuthSource PHP Метод

getAuthSource() публичный Метод

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