fr.bmartel.bboxapi.router.model.PasswordRecovery.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboxapi-router Show documentation
Show all versions of bboxapi-router Show documentation
Java/Android client for Bbox Router API
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