Verify Request
data class VerifyRequest(account: String, code: String) : SignaldRequestBodyV1<Account>
Content copied to clipboard
verify an account's phone number with a code after registering, completing the account creation process
Constructors
VerifyRequest
Link copied to clipboard
Functions
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): Account
Content copied to clipboard