Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created February 3, 2012 06:34
Show Gist options
  • Save trivektor/1728538 to your computer and use it in GitHub Desktop.
Save trivektor/1728538 to your computer and use it in GitHub Desktop.
Hash returned by Github OAuth API
#<OmniAuth::AuthHash
credentials=#<Hashie::Mash expires=false token="0d3f491ea0affcb8977f8e049cc885dfa62e0579">
extra=#<Hashie::Mash
raw_info=#<Hashie::Mash
avatar_url="https://secure.gravatar.com/avatar/1f0ad552f7ddcb228da7207d709abb43?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
bio=nil
blog="http://www.trivuong.com"
collaborators=0
company="AT&T Interactive"
created_at="2010-10-21T02:52:10Z"
disk_usage=176824
email="trivektor@gmail.com"
followers=13
following=84
gravatar_id="1f0ad552f7ddcb228da7207d709abb43"
hireable=false
html_url="https://github.com/trivektor"
id=447771
location=""
login="trivektor"
name="Tri Vuong aka Rōnin"
owned_private_repos=0
plan=#<Hashie::Mash collaborators=0
name="free"
private_repos=0
space=307200>
private_gists=9
public_gists=33
public_repos=21
total_private_repos=0
type="User"
url="https://api.github.com/users/trivektor">
>
info=#<OmniAuth::AuthHash::InfoHash
email="trivektor@gmail.com"
name="Tri Vuong aka Rōnin"
nickname="trivektor"
urls=#<Hashie::Mash
Blog="http://www.trivuong.com"
GitHub="https://github.com/trivektor">>
provider="github"
uid=447771
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment