Skip to content

check recovery email address code

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / checkRecoveryEmailAddressCode

checkRecoveryEmailAddressCode

suspend fun TelegramFlow.checkRecoveryEmailAddressCode(code: String?): PasswordState

Suspend function, which checks the 2-step verification recovery email address verification code.

Parameters

code - Verification code.

Return PasswordState Represents the current state of 2-step verification.

Clone this wiki locally