app.ocho.auth.authorize

ocho-lexicons.ocho.app

Documentation

Login to the ATProto via OAuth

main procedure

Login to the ATProto via OAuth

Input

Encodingapplication/json
authorizeOptions unknown Required

No description available.

input string Required

No description available.

Output

Encodingapplication/json
url 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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "input",
        "authorizeOptions"
      ],
      "properties": {
        "input": {
          "type": "string"
        },
        "authorizeOptions": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Login to the ATProto via OAuth"
}

Lexicon Garden

@