FirebaseAuthRecentLoginRequiredException

class FirebaseAuthRecentLoginRequiredException : FirebaseAuthException


Thrown on security sensitive operations on a FirebaseUser instance that require the user to have signed in recently, when the requirement isn't met.

Resolve this exception by asking the user for their credentials again, and verifying them by calling reauthenticate.

Summary

Public constructors

Default constructor.

Public constructors

FirebaseAuthRecentLoginRequiredException

FirebaseAuthRecentLoginRequiredException(code: String, message: String)

Default constructor.