A handler for the Ocho AppView Oauth system
Parameters
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"parameters": {
"type": "params",
"required": [
"code",
"state",
"iss"
],
"properties": {
"iss": {
"type": "string"
},
"code": {
"type": "string"
},
"state": {
"type": "string"
}
}
},
"description": "A handler for the Ocho AppView Oauth system"
}