View on GitHub

sensibill-android-documentation

com.getsensibill.sensibillauth / SensibillAuth / checkPasswordStrength

checkPasswordStrength

open fun checkPasswordStrength(password: String, callback: PasswordStrengthCallback): Unit

Call to check if password provided is valid

Parameters

password - The password to check

callback - The PasswordStrengthCallback to monitor the password checkabstract fun checkPasswordStrength(password: String, callback: PasswordStrengthCallback, callbackScope: CoroutineScope): Unit