getStoredVerificationCode

abstract fun getStoredVerificationCode(email: String): String?

Return

the stored verification code for the given email address, or null if there is no stored code.

See also