Pantheon\Terminus\Commands\Auth\LoginCommand::getMachineTokenCreationURL PHP Method

getMachineTokenCreationURL() private method

Generates the URL string for where to create a machine token
    private function getMachineTokenCreationURL()
    {
        return vsprintf('%s://%s/machine-token/create/%s', [$this->config->get('dashboard_protocol'), $this->config->get('dashboard_host'), gethostname()]);
    }