FirebaseAuthRecentLoginRequiredException

public final class FirebaseAuthRecentLoginRequiredException extends 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.

Inherited methods

From com.google.firebase.auth.FirebaseAuthException
@NonNull String

Returns an error code that may provide more information about the error.

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

FirebaseAuthRecentLoginRequiredException

public FirebaseAuthRecentLoginRequiredException(
    @NonNull String code,
    @NonNull String message
)

Default constructor.