Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha01
android
apple
common
js
jvm
Platform filter
android
apple
common
js
jvm
Switch theme
Search in API
Firebase Kotlin SDK
firebase-auth
/
dev.gitlive.firebase.auth
/
FirebaseAuthException
Firebase
Auth
Exception
android
apple
common
js
jvm
actual
typealias
FirebaseAuthException
=
com.google.firebase.auth.FirebaseAuthException
(
source
)
actual
open
class
FirebaseAuthException
:
FirebaseException
(
source
)
Inheritors
FirebaseAuthActionCodeException
FirebaseAuthEmailException
FirebaseAuthInvalidCredentialsException
FirebaseAuthInvalidUserException
FirebaseAuthMultiFactorException
FirebaseAuthRecentLoginRequiredException
FirebaseAuthUserCollisionException
FirebaseAuthWebException
expect
open
class
FirebaseAuthException
:
FirebaseException
(
source
)
Inheritors
FirebaseAuthActionCodeException
FirebaseAuthEmailException
FirebaseAuthInvalidCredentialsException
FirebaseAuthInvalidUserException
FirebaseAuthMultiFactorException
FirebaseAuthRecentLoginRequiredException
FirebaseAuthUserCollisionException
FirebaseAuthWebException
actual
open
class
FirebaseAuthException
:
FirebaseException
(
source
)
Inheritors
FirebaseAuthActionCodeException
FirebaseAuthEmailException
FirebaseAuthInvalidCredentialsException
FirebaseAuthInvalidUserException
FirebaseAuthMultiFactorException
FirebaseAuthRecentLoginRequiredException
FirebaseAuthUserCollisionException
FirebaseAuthWebException
actual
typealias
FirebaseAuthException
=
com.google.firebase.auth.FirebaseAuthException
Members
Members & Extensions
Constructors
Firebase
Auth
Exception
Link copied to clipboard
apple
js
constructor
(
message
:
String
,
authCode
:
String
?
=
null
)
constructor
(
authCode
:
String
?
,
cause
:
Throwable
)
Properties
code
Link copied to clipboard
android
apple
common
js
jvm
actual
val
FirebaseAuthException
.
code
:
String
?
actual
val
FirebaseAuthException
.
code
:
String
?
expect
val
FirebaseAuthException
.
code
:
String
?
Platform Firebase Auth error code, when the underlying SDK provides one.
actual
val
FirebaseAuthException
.
code
:
String
?
actual
val
FirebaseAuthException
.
code
:
String
?