FirebaseAuthMultiFactorException

actual typealias FirebaseAuthMultiFactorException = com.google.firebase.auth.FirebaseAuthMultiFactorException(source)
actual typealias FirebaseAuthMultiFactorException = com.google.firebase.auth.FirebaseAuthMultiFactorException

Constructors

Link copied to clipboard
constructor(message: String, resolver: <Error class: unknown class>?, code: String? = null)
constructor(code: String?, cause: Throwable)

Properties

Link copied to clipboard

Platform Firebase Auth error code, when the underlying SDK provides one.

Link copied to clipboard
val resolver: <Error class: unknown class>?