Represents the information for a phone second factor.
Inherited Constant Summary
Field Summary
public static final Creator<PhoneMultiFactorInfo> | CREATOR |
Public Method Summary
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)
|
Inherited Method Summary
Fields
public static final Creator<PhoneMultiFactorInfo> CREATOR
Public Methods
public String getDisplayName ()
Returns the user-given display name for this second factor.
public long getEnrollmentTimestamp ()
Returns the enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).
public String getFactorId ()
Returns PhoneMultiFactorGenerator.FACTOR_ID
,
identifying this as a PhoneMultiFactorInfo
.
public String getPhoneNumber ()
Returns the phone number associated with this second factor verification method.
public String getUid ()
Returns the unique identifier for this second factor.
public JSONObject toJson ()
Internal use only.