VerifyPhoneResponse

data class VerifyPhoneResponse(val token: String)

Parameters

token

JWT to be used in a call to app.bsky.contact.importContacts. It is only valid for a single call.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard

JWT to be used in a call to app.bsky.contact.importContacts. It is only valid for a single call.