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