FirebaseAuthMultiFactorException

class FirebaseAuthMultiFactorException : 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 functions

MultiFactorResolver

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

Public functions

getResolver

fun getResolver(): MultiFactorResolver

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