Scalr\Service\OpenStack\Services\AbstractService::getTenantId PHP Method

getTenantId() public method

Gets an identifier of the tenant for current authenticated token
public getTenantId ( ) : string
return string Gets an identifier of the tenant
    public function getTenantId()
    {
        $this->getOpenStack()->getConfig()->getAuthToken()->getTenantId();
    }