comAtprotoTempRequestPhoneVerification top-level constant

Map<String, dynamic> const comAtprotoTempRequestPhoneVerification

com.atproto.temp.requestPhoneVerification

Implementation

const comAtprotoTempRequestPhoneVerification = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.temp.requestPhoneVerification",
  "defs": {
    "main": {
      "type": "procedure",
      "description":
          "Request a verification code to be sent to the supplied phone number",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["phoneNumber"],
          "properties": {
            "phoneNumber": {"type": "string"}
          }
        }
      }
    }
  }
};