Represents the information for a phone second factor.
| public static final Creator<PhoneMultiFactorInfo> | CREATOR |
| String |
getDisplayName()
Returns the user-given display name for this second factor.
|
| long |
getEnrollmentTimestamp()
Returns the enrollment timestamp for this second factor in seconds since epoch
(UTC midnight on January 1, 1970).
|
| String |
getFactorId()
Returns
PhoneMultiFactorGenerator.FACTOR_ID, identifying this as a
PhoneMultiFactorInfo.
|
| String |
getPhoneNumber()
Returns the phone number associated with this second factor verification
method.
|
| String |
getUid()
Returns the unique identifier for this second factor.
|
| JSONObject |
toJson()
Internal use only.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the user-given display name for this second factor.
Returns the enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).
Returns
PhoneMultiFactorGenerator.FACTOR_ID, identifying this as a
PhoneMultiFactorInfo.
Returns the phone number associated with this second factor verification method.
Returns the unique identifier for this second factor.
Internal use only.