comAtprotoTempRevokeAccountCredentials top-level constant

Map<String, dynamic> const comAtprotoTempRevokeAccountCredentials

com.atproto.temp.revokeAccountCredentials

Implementation

const comAtprotoTempRevokeAccountCredentials = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.temp.revokeAccountCredentials",
  "defs": {
    "main": {
      "type": "procedure",
      "description":
          "Revoke sessions, password, and app passwords associated with account. May be resolved by a password reset.",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["account"],
          "properties": {
            "account": {"type": "string", "format": "at-identifier"},
          },
        },
      },
    },
  },
};