app.ocho.server.swapLaunchToken

ocho-lexicons.ocho.app

Documentation

Get the auth state for a user from the launch token.

main query

Get the auth state for a user from the launch token.

Parameters

launchToken string Required

The launch token provided by the service

Output

Encodingapplication/json
did stringdid Optional

The did of the user

handle string Optional

No description available.

name string Optional

No description available.

token 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
The launch token provided by the service
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "token"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The did of the user"
        },
        "name": {
          "type": "string"
        },
        "token": {
          "type": "string"
        },
        "handle": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "launchToken"
    ],
    "properties": {
      "launchToken": {
        "type": "string",
        "description": "The launch token provided by the service"
      }
    }
  },
  "description": "Get the auth state for a user from the launch token."
}

Lexicon Garden

@