AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait::getAuthenticators PHP Метод

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

Returns the authenticator configuration.
public getAuthenticators ( ) : array
Результат array The authenticator configuration
    public function getAuthenticators()
    {
        return $this->authenticators;
    }