Acacha\Llum\Github\GithubAPI::credentials PHP Method

credentials() protected method

Get github credentials.
protected credentials ( ) : mixed
return mixed
    protected function credentials()
    {
        if (isset($this->credentials)) {
            return $this->credentials;
        }
        throw new CredentialsException();
    }