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

fr.bmartel.bboxapi.router.model.PasswordRecovery.kt Maven / Gradle / Ivy

The newest version!
package fr.bmartel.bboxapi.router.model

data class RecoveryVerify(val method: String, val expires: Int)

enum class PasswordStrength {
    MEDIUM, STRONG
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy