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');
    }