app.ocho.edu.googleCallback

ocho-lexicons.ocho.app

Documentation

A handler for the Ocho education verification Google callback

main query

A handler for the Ocho education verification Google callback

Parameters

code 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"
    ],
    "properties": {
      "code": {
        "type": "string"
      },
      "state": {
        "type": "string"
      }
    }
  },
  "description": "A handler for the Ocho education verification Google callback"
}

Lexicon Garden

@