AuthWeakPasswordException
class AuthWeakPasswordException(description: String, statusCode: Int, val reasons: List<String>) : AuthRestException(source)
Exception thrown on sign-up if the password is too weak
Parameters
description
The description of the exception.
reasons
The reasons why the password is weak.
Properties
Link copied to clipboard
Link copied to clipboard
The error code of the rest exception. If errorCode is not a known AuthErrorCode, this will be null. Then, use error instead to get the raw unknown error code.
Link copied to clipboard