FirebaseAuthException

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

Constructors

Link copied to clipboard
constructor(message: String, authCode: String? = null)
constructor(authCode: String?, cause: Throwable)
constructor(authCode: String?, cause: Throwable)

Properties

Link copied to clipboard

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