A handler for the Ocho AppView Oauth system
Output
Encoding
application/jsondid
string
Required
The user's DID
handle
string
Required
The user's ID
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"description": "The user's DID"
},
"handle": {
"type": "string",
"description": "The user's ID"
}
}
},
"encoding": "application/json",
"description": "The session data"
},
"description": "A handler for the Ocho AppView Oauth system"
}