app.chavatar.auth.getSession

chavatar.app

Documentation

Bearer トークンからセッションを確認し、DID を返す。

main query

Bearer トークンからセッションを確認し、DID を返す。

Output

Encodingapplication/json
did stringdid Required

認証されたユーザーの DID

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "maxLength": 2048,
          "description": "認証されたユーザーの DID"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Bearer トークンからセッションを確認し、DID を返す。"
}

Lexicon Garden

@