Files
GitHawk/Sample/authorizations.json
2017-06-26 09:52:35 -04:00

20 lines
547 B
JSON

{
"app": {
"client_id": "abcde12345fghij67890",
"name": "my github app",
"url": "http://my-github-app.com"
},
"created_at": "2011-09-06T17:26:27Z",
"fingerprint": "",
"hashed_token": "25f94a2a5c7fbaf499c665bc73d67c1c87e496da8985131633ee0a95819db2e8",
"id": 1,
"note": "optional note",
"note_url": "http://optional/note/url",
"scopes": [
"public_repo"
],
"token": "abcdefgh12345678",
"token_last_eight": "12345678",
"updated_at": "2011-09-06T20:39:23Z",
"url": "https://api.github.com/authorizations/1"
}