AppserverIo\Appserver\Core\Api\Node\AuthenticationNode::getUri PHP Метод

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

Returns the authentication type
public getUri ( ) : string
Результат string The authentication type
    public function getUri()
    {
        return $this->uri;
    }
AuthenticationNode