app.ocho.server.getLaunchToken

ocho-lexicons.ocho.app

{
  "id": "app.ocho.server.getLaunchToken",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "aud"
        ],
        "properties": {
          "aud": {
            "type": "string",
            "format": "did",
            "description": "The DID of the service that the user will authenticate with"
          }
        }
      },
      "description": "Get a token for a user to launch a service."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.server.getLaunchToken

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jm4zwg4raokwfysioe7767zh
CID
bafyreibi7lqkxxb3lqyb7t6hlgx4ycml2aswndv2szvxhtrnpu4uj55bha
Indexed At
2026-01-12 09:39 UTC
AT-URI
at://did:plc:jm4zwg4raokwfysioe7767zh/com.atproto.lexicon.schema/app.ocho.server.getLaunchToken

Lexicon Garden

@