Neos\Flow\Security\Authentication\EntryPoint\AbstractEntryPoint::getOptions PHP Method

getOptions() public method

Returns the options array
public getOptions ( ) : array
return array The configuration options of this entry point
    public function getOptions()
    {
        return $this->options;
    }
AbstractEntryPoint