comAtprotoIdentityRequestPlcOperationSignature top-level constant

Map<String, dynamic> const comAtprotoIdentityRequestPlcOperationSignature

com.atproto.identity.requestPlcOperationSignature

Implementation

const comAtprotoIdentityRequestPlcOperationSignature = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.identity.requestPlcOperationSignature",
  "defs": {
    "main": {
      "type": "procedure",
      "description":
          "Request an email with a code to in order to request a signed PLC operation. Requires Auth."
    }
  }
};