comAtprotoServerDeleteSession top-level constant

Map<String, dynamic> const comAtprotoServerDeleteSession

com.atproto.server.deleteSession

Implementation

const comAtprotoServerDeleteSession = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.server.deleteSession",
  "defs": {
    "main": {
      "type": "procedure",
      "description":
          "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').",
      "errors": [
        {"name": "InvalidToken"},
        {"name": "ExpiredToken"},
      ],
    },
  },
};