app.bsky.contact.verifyPhone
Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.
- class atproto_client.models.app.bsky.contact.verify_phone.Data
Bases:
DataModelBaseInput data model for
app.bsky.contact.verifyPhone.- field code: str [Required]
The code received via SMS as a result of the call to app.bsky.contact.startPhoneVerification.
- field phone: str [Required]
The phone number to verify. Should be the same as the one passed to app.bsky.contact.startPhoneVerification.
- class atproto_client.models.app.bsky.contact.verify_phone.DataDict
Bases:
TypedDict- code: str
The code received via SMS as a result of the call to app.bsky.contact.startPhoneVerification.
- phone: str
The phone number to verify. Should be the same as the one passed to app.bsky.contact.startPhoneVerification.
- class atproto_client.models.app.bsky.contact.verify_phone.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.contact.verifyPhone.- field token: str [Required]
JWT to be used in a call to app.bsky.contact.importContacts. It is only valid for a single call.