FirebaseAuthMultiFactorException

public class FirebaseAuthMultiFactorException extends FirebaseAuthException


This exception is returned when a user that previously enrolled a second factor tries to sign in and passes the first factor successfully. This exception will provide a to help resolve the sign-in by providing information to the user on the second factor challenge required to complete the sign-in operation and providing the method for finishing the sign in attempt.

Summary

Public methods

@NonNull MultiFactorResolver

Returns the MultiFactorResolver that can be used to finish the sign in attempt that threw this exception.

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 methods

getResolver

public @NonNull MultiFactorResolver getResolver()

Returns the MultiFactorResolver that can be used to finish the sign in attempt that threw this exception.