checkPasswordStrength

open fun checkPasswordStrength(password: String, callback: RegistrationProvider.PasswordStrengthCallback)

Call to check if password provided is valid

Parameters

password

The password to check

callback

The PasswordStrengthCallback to monitor the password check


abstract fun checkPasswordStrength(password: String, callback: RegistrationProvider.PasswordStrengthCallback, callbackScope: CoroutineScope)