Package com.firebase.ui.auth.ui.phone
Class PhoneVerification
- java.lang.Object
-
- com.firebase.ui.auth.ui.phone.PhoneVerification
-
public final class PhoneVerification extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PhoneVerification(java.lang.String number, com.google.firebase.auth.PhoneAuthCredential credential, boolean verified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)com.google.firebase.auth.PhoneAuthCredentialgetCredential()java.lang.StringgetNumber()inthashCode()booleanisAutoVerified()java.lang.StringtoString()
-
-
-
Method Detail
-
getNumber
@NonNull public java.lang.String getNumber()
-
getCredential
@NonNull public com.google.firebase.auth.PhoneAuthCredential getCredential()
-
isAutoVerified
public boolean isAutoVerified()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-