app.bsky.contact.startPhoneVerification

Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to app.bsky.contact.verifyPhone. Requires authentication.

class atproto_client.models.app.bsky.contact.start_phone_verification.Data

Bases: DataModelBase

Input data model for app.bsky.contact.startPhoneVerification.

field phone: str [Required]

The phone number to receive the code via SMS.

class atproto_client.models.app.bsky.contact.start_phone_verification.DataDict

Bases: TypedDict

phone: str

The phone number to receive the code via SMS.

class atproto_client.models.app.bsky.contact.start_phone_verification.Response

Bases: ResponseModelBase

Output data model for app.bsky.contact.startPhoneVerification.