Verify Request
data class VerifyRequest(account: String, code: String) : SignaldRequestBodyV1<Verify, 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
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Account?
Content copied to clipboard
submit
Link copied to clipboard