AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode::getName PHP Method

getName() public method

Return's the authenticator name.
public getName ( ) : string
return string The authenticator name
    public function getName()
    {
        return $this->name;
    }
AuthenticatorNode