public final class

FirebaseAuthRecentLoginRequiredException

extends FirebaseAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.auth.FirebaseAuthException
           ↳ com.google.firebase.auth.FirebaseAuthRecentLoginRequiredException

Class Overview

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(AuthCredential).

Summary

Public Constructors
FirebaseAuthRecentLoginRequiredException(String code, String message)
[Expand]
Inherited Methods
From class com.google.firebase.auth.FirebaseAuthException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseAuthRecentLoginRequiredException (String code, String message)

Parameters
code String
message String