AppserverIo\Appserver\Core\Api\Node\AuthenticationNode::getUri PHP Method

getUri() public method

Returns the authentication type
public getUri ( ) : string
return string The authentication type
    public function getUri()
    {
        return $this->uri;
    }
AuthenticationNode