Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tylerreinhart/11065208 to your computer and use it in GitHub Desktop.
Save tylerreinhart/11065208 to your computer and use it in GitHub Desktop.
Toopher Get Authentication Request Status JSON Response Example
{
'granted':True,
'pairing':{
'pairing_request_id':'1abc2d34-e567-8ff9-ba27-df72f4e9818a',
'totp_length':6,
'created':'2013-06-11 23:59:59',
'enabled':True,
'modified':'2013-06-11 23:59:59',
'user':{
'name':'seth@toopher.com',
'created':'2013-06-11 23:59:59',
'id':'s374db3d-b269-45c6-8e83-2e647f52ba51',
'modified':'2013-06-11 23:59:59',
'requester':{
'created':'2013-06-11 23:59:59',
'consumer':{
'key':'keyMVC69sNyKMxzSMH'
},
'id':'119a6e84-d00d-4e4e-8269-e74e1c4b0bba',
'name':'toopher.com',
'modified':'2013-06-11 23:59:59'
}
},
'id':'0b16d487-8675-3ba9-a3c3-91b833333b2c'
},
'totp_valid':False,
'terminal':{
'name':'terminal name',
'created':'2013-06-11 20:59:57',
'name_extra':'',
'modified':'2013-06-11 20:59:57',
'user':{
'name':'seth@toopher.com',
'created':'2013-06-11 23:59:59',
'id':'s374db3d-b269-45c6-8e83-2e647f52ba51',
'modified':'2013-06-11 23:59:59',
'requester':{
'created':'2013-06-11 23:59:59',
'consumer':{
'key':'keyMVC69sNyKMxzSMH'
},
'id':'119a6e84-d00d-4e4e-8269-e74e1c4b0bba',
'name':'toopher.com',
'modified':'2013-06-11 23:59:59'
}
},
'id':'c5e63f66-efc4-439f-bd04-4b8ec9cdd9ad'
},
'cancelled':False,
'reason':'No reason supplied',
'automated':False,
'action':{
'name':'log in',
'id':'f2f2e7f6-4558-4131-b1d4-957a03fd8ce3'
},
'id':'b669d1d9-18b9-49b7-81ba-a84a4767ec71',
'pending':False
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment