Created
February 3, 2012 06:34
-
-
Save trivektor/1728538 to your computer and use it in GitHub Desktop.
Hash returned by Github OAuth API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#<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="[email protected]" | |
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="[email protected]" | |
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