Neos\Flow\Security\Authentication\AuthenticationProviderManager::getProviders PHP Method

getProviders() public method

Returns all configured authentication providers
public getProviders ( ) : array
return array Array of \Neos\Flow\Security\Authentication\AuthenticationProviderInterface
    public function getProviders()
    {
        return $this->providers;
    }