AppserverIo\Appserver\Core\Api\Node\AuthenticationNode::getUri PHP Méthode

getUri() public méthode

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