submitValidationToken

abstract suspend fun submitValidationToken(threePid: ThreePid, code: String)

Submit the code that the identity server has sent to the user (in email or SMS). Once successful, you will have to call finalizeBindThreePid

Parameters

threePid

the three pid

code

the code sent to the user