Package com.firebase.ui.auth.data.model
Class PhoneNumberVerificationRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.firebase.ui.auth.FirebaseUiException
-
- com.firebase.ui.auth.data.model.PhoneNumberVerificationRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class PhoneNumberVerificationRequiredException extends FirebaseUiException
Represents an error in which the phone number couldn't be automatically verified and must therefore be manually verified by the client by sending an SMS code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberVerificationRequiredException(java.lang.String number)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPhoneNumber()-
Methods inherited from class com.firebase.ui.auth.FirebaseUiException
getErrorCode
-
-