Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.server.refreshSession

atproto-lexicons.bsky.social

{
  "id": "com.atproto.server.refreshSession",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "AccountTakedown"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "accessJwt",
            "refreshJwt",
            "handle",
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "active": {
              "type": "boolean"
            },
            "didDoc": {
              "type": "unknown"
            },
            "handle": {
              "type": "string",
              "format": "handle"
            },
            "status": {
              "type": "string",
              "description": "Hosting status of the account. If not specified, then assume 'active'.",
              "knownValues": [
                "takendown",
                "suspended",
                "deactivated"
              ]
            },
            "accessJwt": {
              "type": "string"
            },
            "refreshJwt": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt')."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.server.refreshSession

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreigcy4ovht4rgredjpr53i4zgkxkvfdcmhhvhra5d3hffxwh2fhjne
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.server.refreshSession

Lexicon Garden

@