All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.picacomic.api.service.auth.model.ResetPasswordRequest.kt Maven / Gradle / Ivy

package com.hiczp.picacomic.api.service.auth.model

data class ResetPasswordRequest(
    val email: String,
    val questionNo: Int,
    val answer: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy