This commit is contained in:
Benoit Marty 2020-01-25 11:35:59 +01:00
parent adc2d570eb
commit 962b85b041

View File

@ -25,6 +25,7 @@ import java.util.UUID
/**
* Stores current pending verification requests
* TODO We should not expose this whole object to the app. Create an interface
*/
data class PendingVerificationRequest(
val ageLocalTs: Long,