AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait::getAuthenticators PHP Method

getAuthenticators() public method

Returns the authenticator configuration.
public getAuthenticators ( ) : array
return array The authenticator configuration
    public function getAuthenticators()
    {
        return $this->authenticators;
    }