at.ducs.oauth.callback

ducs.at

Documentation

main query

No description available.

Parameters

code string Required

No description available.

error string Optional

No description available.

error_description string Optional

No description available.

error_uri string uri Optional

A valid URI.

iss string Optional

No description available.

state string Required

No description available.

Output

Encodingapplication/json
accessToken string Required

No description available.

refreshToken string Required

No description available.

Errors

invalidSession
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
A valid URI.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "invalidSession"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "refreshToken",
        "accessToken"
      ],
      "properties": {
        "accessToken": {
          "type": "string"
        },
        "refreshToken": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "code",
      "state"
    ],
    "properties": {
      "iss": {
        "type": "string"
      },
      "code": {
        "type": "string"
      },
      "error": {
        "type": "string"
      },
      "state": {
        "type": "string"
      },
      "error_uri": {
        "type": "string",
        "format": "uri"
      },
      "error_description": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@