$io
$io :
__construct(\Composer\IO\IOInterface $io, \Composer\Config $config, \Composer\Util\ProcessExecutor $process = null, \Composer\Util\RemoteFilesystem $remoteFilesystem = null)
Constructor.
\Composer\IO\IOInterface | $io | The IO instance |
\Composer\Config | $config | The composer configuration |
\Composer\Util\ProcessExecutor | $process | Process instance, injectable for mocking |
\Composer\Util\RemoteFilesystem | $remoteFilesystem | Remote Filesystem, injectable for mocking |
authorizeOAuthInteractively(string $originUrl, string $message = null) : boolean
Authorizes a GitHub domain interactively via OAuth
string | $originUrl | The host this GitHub instance is located at |
string | $message | The reason this authorization is required |
true on success