SecondFactorVerificationRepository
Functions
Link copied to clipboard
Clears the stored verification code for the given email address.
Link copied to clipboard
Link copied to clipboard
abstract suspend fun requestVerificationCode(email: String, verifiableAction: VerifiableAction): Either<NetworkFailure, Unit>
Link copied to clipboard
Stores the verification code in the local storage for the given email address.