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
FirebaseUser.reauthenticate(AuthCredential).
Public Constructor Summary
Inherited Method Summary
From class java.lang.Throwable
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
Public Constructors
public FirebaseAuthRecentLoginRequiredException (String
code, String
message)