-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) 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.
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberVerificationRequiredException(String number)
-
Method Summary
Modifier and Type Method Description StringgetPhoneNumber()-
Methods inherited from class com.firebase.ui.auth.FirebaseUiException
getErrorCode -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PhoneNumberVerificationRequiredException
PhoneNumberVerificationRequiredException(String number)
- Parameters:
number- the phone number requiring verification, formatted with a country code prefix
-
-
Method Detail
-
getPhoneNumber
@NonNull() String getPhoneNumber()
-
-
-
-