app.ocho.auth.atProtoCallback

ocho-lexicons.ocho.app

Documentation

A handler for the Ocho AppView Oauth system

main query

A handler for the Ocho AppView Oauth system

Parameters

code string Required

No description available.

iss string Required

No description available.

state string Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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"
}

Lexicon Garden

@