VerifyPhoneRequest

data class VerifyPhoneRequest(val phone: String, val code: String)

Parameters

phone

The phone number to verify. Should be the same as the one passed to app.bsky.contact.startPhoneVerification.

code

The code received via SMS as a result of the call to app.bsky.contact.startPhoneVerification.

Constructors

Link copied to clipboard
constructor(phone: String, code: String)

Properties

Link copied to clipboard

The code received via SMS as a result of the call to app.bsky.contact.startPhoneVerification.

Link copied to clipboard

The phone number to verify. Should be the same as the one passed to app.bsky.contact.startPhoneVerification.